Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.h56 void Resume(bool others_stopped);
58 bool SetSuspendCountBeforeResume(bool others_stopped);
85 bool others_stopped = false);
DMachThread.cpp73 void MachThread::Resume(bool others_stopped) { in Resume() argument
77 SetSuspendCountBeforeResume(others_stopped); in Resume()
81 bool MachThread::SetSuspendCountBeforeResume(bool others_stopped) { in SetSuspendCountBeforeResume() argument
90 if (others_stopped) { in SetSuspendCountBeforeResume()
343 bool others_stopped) { in ThreadWillResume() argument
351 assert(others_stopped == false); in ThreadWillResume()
357 Resume(others_stopped); in ThreadWillResume()
DMachThreadList.cpp430 bool others_stopped = false; in ProcessWillResume() local
432 others_stopped = true; in ProcessWillResume()
433 thread->ThreadWillResume(thread_action, others_stopped); in ProcessWillResume()