Searched refs:signal (Results 26 - 37 of 37) sorted by relevance

12

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h112 virtual void signal(sc_thread_handle thread_p, int type);
114 inline void sc_process_monitor::signal(sc_thread_handle , int ) {} function in class:sc_core::sc_process_monitor
265 // resets are not generated by a signal, but rather are modal by
488 // start up. This is because the signal will have been initialized before
H A Dsc_process.cpp125 thread_h->m_monitor_q[mon_i]->signal( thread_h,
372 // signal that was specified via reset_signal_is, or the value of the
374 // or a signal value changes since, since we may need to throw an exception
464 // for signal sensitive resets, though all reset flow ends up in
H A Dsc_thread_process.cpp449 // process any reset signal specification:
491 m_monitor_q[mon_i]->signal(this, type);
527 "attempt to suspend a thread that has a reset signal");
/gem5/util/minorview/
H A Dview.py206 for widget, signal, handler in elems:
207 if signal is not None:
208 widget.connect(signal, handler)
/gem5/src/base/
H A Dremote_gdb.hh48 #include <sys/signal.h>
H A Dremote_gdb.cc135 #include <sys/signal.h>
776 // last signal
784 // continue with signal
798 // signal then cycle step
818 // signal and step
/gem5/src/systemc/core/
H A Dsc_module.cc306 sc_module::reset_signal_is(const sc_signal_in_if<bool> &signal, bool val) argument
308 ::sc_gem5::newReset(&signal, ::sc_gem5::Process::newest(), true, val);
331 sc_module::async_reset_signal_is(const sc_signal_in_if<bool> &signal, bool val) argument
333 ::sc_gem5::newReset(&signal, ::sc_gem5::Process::newest(), false, val);
H A Dprocess.cc414 jw->signal();
/gem5/src/arch/arm/
H A Dremote_gdb.cc137 #include <sys/signal.h>
/gem5/src/arch/x86/
H A Dremote_gdb.cc45 #include <sys/signal.h>
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc49 # include <signal.h>
205 m << "Terminated by signal " << WTERMSIG(exit_code);
218 // by a signal, or exited normally with a nonzero exit code.
640 // Event the child process uses to signal the parent that it has
1056 // When a SIGPROF signal is received while fork() or clone() are executing,
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc51 # include <signal.h>
239 // Returns the exit status of a process that raises a given signal.
240 // If the signal does not cause the process to die, then it returns
391 // Disables ITIMER_PROF timer and ignores SIGPROF signal.

Completed in 46 milliseconds

12