Searched refs:clear_thread_plans (Results 1 – 3 of 3) sorted by relevance
3311 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() argument3317 m_clear_thread_plans_on_stop |= clear_thread_plans; in Halt()5231 const bool clear_thread_plans = false; in RunThreadPlan() local5233 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()5291 const bool clear_thread_plans = false; in RunThreadPlan() local5293 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()5404 const bool clear_thread_plans = false; in RunThreadPlan() local5406 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
1196 bool clear_thread_plans = true; in DoExecute() local1197 Status error(process->Halt(clear_thread_plans)); in DoExecute()
899 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);