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

1234

/gem5/src/systemc/tests/systemc/compliance_1666/test210/
H A Dtest210.cpp54 sc_assert(sc_process_handle(obj).valid());
55 sc_assert(strcmp(sc_process_handle(obj).name(), "top.m.T") == 0);
109 sc_assert(sc_process_handle(obj).valid());
110 sc_assert(strcmp(sc_process_handle(obj).name(), "top.m.T") == 0);
/gem5/src/systemc/tests/systemc/tmp/others/bogus_reset/
H A Dbogus_reset.cpp21 sc_process_handle t;
/gem5/src/systemc/tests/systemc/kernel/process_control/test03/
H A Dtest03.cpp324 sc_process_handle m_cthread;
325 sc_process_handle m_dynamic_method_and_events;
326 sc_process_handle m_dynamic_method_negedge;
327 sc_process_handle m_dynamic_method_posedge;
328 sc_process_handle m_dynamic_thread_and_events;
329 sc_process_handle m_dynamic_thread_negedge;
330 sc_process_handle m_dynamic_thread_posedge;
336 sc_process_handle m_static_method;
337 sc_process_handle m_static_thread;
/gem5/src/systemc/tests/systemc/kernel/process_control/test04/
H A Dtest04.cpp120 sc_process_handle m_handle0;
121 sc_process_handle m_handle1;
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh37 #include "sc_process_handle.hh"
155 sc_process_handle
161 return sc_process_handle() = p;
165 sc_process_handle
172 return sc_process_handle() = p;
177 ::sc_core::sc_process_handle forkees[] = {
/gem5/src/systemc/tests/systemc/kernel/process_control/test01/
H A Dtest01.cpp202 sc_process_handle m_cthread;
203 sc_process_handle m_dynamic_method;
204 sc_process_handle m_dynamic_thread;
210 sc_process_handle m_static_method;
211 sc_process_handle m_static_thread;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cthread_process.h51 friend class sc_process_handle;
H A Dsc_process.cpp37 #include "sysc/kernel/sc_process_handle.h"
43 // sc_process_handle entities that are returned for null pointer instances:
48 std::vector<sc_event*> sc_process_handle::empty_event_vector;
49 std::vector<sc_object*> sc_process_handle::empty_object_vector;
50 sc_event sc_process_handle::non_event(SC_KERNEL_EVENT_PREFIX);
469 // * reset_asynchronous - sc_process_handle::reset()
470 // * reset_synchronous_off - sc_process_handle::sync_reset_off()
471 // * reset_synchronous_on - sc_process_handle::sync_reset_on()
650 //"sc_process_handle::operator sc_cthread_handle"
653 sc_process_handle
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/late_reset_bug/
H A Dlate_reset_bug.cpp53 sc_process_handle target_handle;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_dead_bug/
H A Dliving_dead_bug.cpp50 sc_process_handle target_handle;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/self_reset_bug/
H A Dself_reset_bug.cpp48 sc_process_handle target_handle;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp49 sc_process_handle t;
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test03/
H A Dtest03.cpp76 sc_process_handle h4 = sc_spawn(&r, sc_bind(&function_method, 1.2345), "event_sensitive_method", &o1);
/gem5/src/systemc/tests/systemc/kernel/process_control/test05/
H A Dtest05.cpp97 sc_process_handle m_monitor_handle;
/gem5/src/systemc/tests/systemc/kernel/process_control/throw_it/test1/
H A Dtest1.cpp48 sc_process_handle h;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test01/
H A Dtest01.cpp58 sc_process_handle h1, h2;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test02/
H A Dtest02.cpp63 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test03/
H A Dtest03.cpp20 // test03.cpp -- Quick Test Of kill() And reset() sc_process_handle Methods.
52 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test04/
H A Dtest04.cpp20 // test04.cpp -- Quick Test Of Synchronous Reset sc_process_handle Support
52 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/others/OLD_kill_reset/
H A DOLD_kill_reset.cpp19 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/others/is_unwinding_bug/
H A Dis_unwinding_bug.cpp21 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/others/method_suspends_itself/
H A Dmethod_suspends_itself.cpp23 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/others/priority_bug/
H A Dpriority_bug.cpp16 sc_process_handle t;
/gem5/src/systemc/tests/systemc/tmp/others/sync_reset/
H A Dsync_reset.cpp19 sc_process_handle t;
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp28 sc_process_handle h = sc_get_current_process_handle();
44 sc_process_handle h = sc_get_current_process_handle();
84 sc_process_handle h = sc_get_current_process_handle();
114 sc_process_handle h2 = sc_spawn(sc_bind(&M::dynamic_proc2, this), "dynamic_proc2");
131 sc_process_handle h = sc_get_current_process_handle();
167 sc_process_handle h = sc_get_current_process_handle();
174 sc_process_handle h = sc_spawn(sc_bind(&g, obj));

Completed in 19 milliseconds

1234