Searched refs:sc_process_handle (Results 76 - 93 of 93) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp83 sc_process_handle t, m;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_delta_count/
H A Dsc_delta_count.cpp62 sc_process_handle m;
/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp102 sc_core::sc_process_handle hnd( sc_core::sc_find_object("dut.thread") );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.h74 class sc_process_handle;
101 friend class sc_process_handle;
203 // are enabled via the sc_process_handle::sync_reset_on() method. These
H A Dsc_module.cpp42 #include "sysc/kernel/sc_process_handle.h"
334 sc_process_handle last_proc = sc_get_last_created_process_handle();
444 sc_process_handle proc_h(
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp30 using sc_core::sc_process_handle;
159 sc_process_handle h = sc_spawn(&f);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp224 sc_process_handle result(new sc_spawn_object<a>(a(this),b,c)); \
/gem5/src/systemc/ext/core/
H A D_using.hh135 using sc_core::sc_process_handle;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp70 sc_process_handle t1, t2, t3, t4, t5;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp337 sc_process_handle h = sc_spawn(&spawned_while_paused);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp63 sc_process_handle t;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp93 sc_process_handle t, m;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp59 sc_process_handle t;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp71 sc_process_handle t1, t2, t3, t4, t5;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset_port/
H A Dasync_reset_port.cpp86 sc_process_handle ct1, ct2, ct3, ct4, ct5, ct6;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp69 sc_process_handle m1, m2, m3, m4, m5, m6;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp71 sc_process_handle t1, t2, t3;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp102 sc_process_handle ct, t, m, ct2, t2;

Completed in 30 milliseconds

1234