Lines Matching defs:descendants

92         sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
95 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
102 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
106 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
109 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
111 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
113 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
115 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
120 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
261 inline void sc_process_handle::disable(sc_descendant_inclusion_info descendants)
264 m_target_p->disable_process(descendants);
295 inline void sc_process_handle::enable(sc_descendant_inclusion_info descendants)
298 m_target_p->enable_process(descendants);
347 inline void sc_process_handle::kill( sc_descendant_inclusion_info descendants )
350 m_target_p->kill_process( descendants );
371 inline void sc_process_handle::reset( sc_descendant_inclusion_info descendants )
375 descendants );
395 inline void sc_process_handle::resume(sc_descendant_inclusion_info descendants)
398 m_target_p->resume_process(descendants);
405 inline void sc_process_handle::suspend(sc_descendant_inclusion_info descendants)
408 m_target_p->suspend_process(descendants);
425 sc_descendant_inclusion_info descendants)
429 descendants);
437 sc_descendant_inclusion_info descendants)
442 descendants);
481 // object instance is, and optionally to the process' descendants. Once the
492 // descendants = indication of whether descendant processes should also
497 sc_descendant_inclusion_info descendants)
506 m_target_p->throw_user(helper, descendants);