Searched refs:SC_INCLUDE_DESCENDANTS (Results 1 - 13 of 13) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_process_handle.cc215 _gem5_process->suspend(include_descendants == SC_INCLUDE_DESCENDANTS);
225 _gem5_process->resume(include_descendants == SC_INCLUDE_DESCENDANTS);
235 _gem5_process->disable(include_descendants == SC_INCLUDE_DESCENDANTS);
245 _gem5_process->enable(include_descendants == SC_INCLUDE_DESCENDANTS);
255 _gem5_process->kill(include_descendants == SC_INCLUDE_DESCENDANTS);
265 _gem5_process->reset(include_descendants == SC_INCLUDE_DESCENDANTS);
298 _gem5_process->syncResetOn(include_descendants == SC_INCLUDE_DESCENDANTS);
309 _gem5_process->syncResetOff(include_descendants == SC_INCLUDE_DESCENDANTS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp102 t.throw_it(ex, SC_INCLUDE_DESCENDANTS);
103 m.throw_it(ex, SC_INCLUDE_DESCENDANTS);
107 t.sync_reset_on(SC_INCLUDE_DESCENDANTS);
108 m.sync_reset_on(SC_INCLUDE_DESCENDANTS);
116 t.sync_reset_off(SC_INCLUDE_DESCENDANTS);
117 m.sync_reset_off(SC_INCLUDE_DESCENDANTS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp75 t1.suspend(SC_INCLUDE_DESCENDANTS);
80 t1.resume(SC_INCLUDE_DESCENDANTS);
84 t1.disable(SC_INCLUDE_DESCENDANTS);
89 t1.enable(SC_INCLUDE_DESCENDANTS);
97 t1.sync_reset_on(SC_INCLUDE_DESCENDANTS);
105 t1.sync_reset_off(SC_INCLUDE_DESCENDANTS);
109 t4.reset(SC_INCLUDE_DESCENDANTS);
112 t7.throw_it(ex, SC_INCLUDE_DESCENDANTS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp88 ph.reset(SC_INCLUDE_DESCENDANTS);
96 ph.suspend(SC_INCLUDE_DESCENDANTS);
104 ph.resume(SC_INCLUDE_DESCENDANTS);
108 ph.kill(SC_INCLUDE_DESCENDANTS);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp150 if ( descendants == SC_INCLUDE_DESCENDANTS )
208 if ( descendants == SC_INCLUDE_DESCENDANTS )
252 if ( descendants == SC_INCLUDE_DESCENDANTS )
387 if ( descendants == SC_INCLUDE_DESCENDANTS )
448 if ( descendants == SC_INCLUDE_DESCENDANTS )
576 if ( descendants == SC_INCLUDE_DESCENDANTS )
H A Dsc_thread_process.cpp175 if ( descendants == SC_INCLUDE_DESCENDANTS )
233 if ( descendants == SC_INCLUDE_DESCENDANTS )
278 if ( descendants == SC_INCLUDE_DESCENDANTS )
351 if ( descendants == SC_INCLUDE_DESCENDANTS )
508 if ( descendants == SC_INCLUDE_DESCENDANTS )
635 if ( descendants == SC_INCLUDE_DESCENDANTS )
H A Dsc_process.cpp480 if ( descendants == SC_INCLUDE_DESCENDANTS )
H A Dsc_process.h77 SC_INCLUDE_DESCENDANTS, enumerator in enum:sc_core::sc_descendant_inclusion_info
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh97 SC_INCLUDE_DESCENDANTS enumerator in enum:sc_core::sc_descendent_inclusion_info
223 include_descendants == SC_INCLUDE_DESCENDANTS);
H A D_using.hh128 using sc_core::SC_INCLUDE_DESCENDANTS;
/gem5/src/systemc/tests/systemc/kernel/process_control/test06/
H A Dtest06.cpp105 h.kill( SC_INCLUDE_DESCENDANTS );
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test09/
H A Dtest09.cpp180 m_grand_parent_handle.reset(SC_INCLUDE_DESCENDANTS);
/gem5/src/systemc/tests/systemc/kernel/process_control/test07/
H A Dtest07.cpp156 h1.kill( SC_INCLUDE_DESCENDANTS );

Completed in 14 milliseconds