HomeSort by relevance Sort by last modified time
    Searched refs:others_stopped (Results 1 - 3 of 3) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.h 54 void Resume(bool others_stopped);
56 bool SetSuspendCountBeforeResume(bool others_stopped);
77 void ThreadWillResume (const DNBThreadResumeAction *thread_action, bool others_stopped = false);
MachThread.cpp 76 MachThread::Resume(bool others_stopped)
81 SetSuspendCountBeforeResume(others_stopped);
86 MachThread::SetSuspendCountBeforeResume(bool others_stopped)
95 if (others_stopped)
382 MachThread::ThreadWillResume(const DNBThreadResumeAction *thread_action, bool others_stopped)
392 assert (others_stopped == false);
398 Resume(others_stopped);
MachThreadList.cpp 427 bool others_stopped = false; local
429 others_stopped = true;
430 thread->ThreadWillResume (thread_action, others_stopped);

Completed in 32 milliseconds