Searched refs:include_descendants (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_process_handle.cc209 sc_process_handle::suspend(sc_descendent_inclusion_info include_descendants) argument
215 _gem5_process->suspend(include_descendants == SC_INCLUDE_DESCENDANTS);
219 sc_process_handle::resume(sc_descendent_inclusion_info include_descendants) argument
225 _gem5_process->resume(include_descendants == SC_INCLUDE_DESCENDANTS);
229 sc_process_handle::disable(sc_descendent_inclusion_info include_descendants) argument
235 _gem5_process->disable(include_descendants == SC_INCLUDE_DESCENDANTS);
239 sc_process_handle::enable(sc_descendent_inclusion_info include_descendants) argument
245 _gem5_process->enable(include_descendants == SC_INCLUDE_DESCENDANTS);
249 sc_process_handle::kill(sc_descendent_inclusion_info include_descendants) argument
255 _gem5_process->kill(include_descendants
259 reset(sc_descendent_inclusion_info include_descendants) argument
291 sync_reset_on( sc_descendent_inclusion_info include_descendants) argument
302 sync_reset_off( sc_descendent_inclusion_info include_descendants) argument
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh191 void suspend(sc_descendent_inclusion_info include_descendants=
193 void resume(sc_descendent_inclusion_info include_descendants=
195 void disable(sc_descendent_inclusion_info include_descendants=
197 void enable(sc_descendent_inclusion_info include_descendants=
199 void kill(sc_descendent_inclusion_info include_descendants=
201 void reset(sc_descendent_inclusion_info include_descendants=
206 void sync_reset_on(sc_descendent_inclusion_info include_descendants=
208 void sync_reset_off(sc_descendent_inclusion_info include_descendants=
214 sc_descendent_inclusion_info include_descendants=
223 include_descendants
[all...]

Completed in 5 milliseconds