Home
last modified time | relevance | path

Searched refs:SetSuspendCountBeforeResume (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h58 bool SetSuspendCountBeforeResume(bool others_stopped);
H A DMachThread.cpp77 SetSuspendCountBeforeResume(others_stopped); in Resume()
81 bool MachThread::SetSuspendCountBeforeResume(bool others_stopped) { in SetSuspendCountBeforeResume() function in MachThread