Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp747 m_public_run_lock (), in Process()
893 m_public_run_lock.TrySetRunning(); // This will do nothing if already locked in Finalize()
894 m_public_run_lock.SetStopped(); in Finalize()
1005 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1028 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1038 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1716 m_public_run_lock.SetStopped(); in SetPublicState()
1728 m_public_run_lock.SetStopped(); in SetPublicState()
1741 if (!m_public_run_lock.TrySetRunning()) in Resume()
1757 if (!m_public_run_lock.TrySetRunning()) in ResumeSynchronous()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h3291 ProcessRunLock m_public_run_lock; variable