Home
last modified time | relevance | path

Searched refs:others_stopped (Results 1 – 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp76 MachThread::Resume(bool others_stopped) in Resume() argument
81 SetSuspendCountBeforeResume(others_stopped); in Resume()
86 MachThread::SetSuspendCountBeforeResume(bool others_stopped) in SetSuspendCountBeforeResume() argument
95 if (others_stopped) in SetSuspendCountBeforeResume()
382 MachThread::ThreadWillResume(const DNBThreadResumeAction *thread_action, bool others_stopped) in ThreadWillResume() argument
392 assert (others_stopped == false); in ThreadWillResume()
398 Resume(others_stopped); in ThreadWillResume()
DMachThread.h54 void Resume(bool others_stopped);
56 bool SetSuspendCountBeforeResume(bool others_stopped);
77 … ThreadWillResume (const DNBThreadResumeAction *thread_action, bool others_stopped = false);
DMachThreadList.cpp427 bool others_stopped = false; in ProcessWillResume() local
429 others_stopped = true; in ProcessWillResume()
430 thread->ThreadWillResume (thread_action, others_stopped); in ProcessWillResume()