Searched refs:others_stopped (Results 1 – 3 of 3) sorted by relevance
76 MachThread::Resume(bool others_stopped) in Resume() argument81 SetSuspendCountBeforeResume(others_stopped); in Resume()86 MachThread::SetSuspendCountBeforeResume(bool others_stopped) in SetSuspendCountBeforeResume() argument95 if (others_stopped) in SetSuspendCountBeforeResume()382 MachThread::ThreadWillResume(const DNBThreadResumeAction *thread_action, bool others_stopped) in ThreadWillResume() argument392 assert (others_stopped == false); in ThreadWillResume()398 Resume(others_stopped); in ThreadWillResume()
54 void Resume(bool others_stopped);56 bool SetSuspendCountBeforeResume(bool others_stopped);77 … ThreadWillResume (const DNBThreadResumeAction *thread_action, bool others_stopped = false);
427 bool others_stopped = false; in ProcessWillResume() local429 others_stopped = true; in ProcessWillResume()430 thread->ThreadWillResume (thread_action, others_stopped); in ProcessWillResume()