Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DProcessRunLock.cpp51 bool ProcessRunLock::TrySetRunning() { in TrySetRunning() function in lldb_private::ProcessRunLock
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DProcessRunLock.h38 bool TrySetRunning();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp886 m_public_run_lock.TrySetRunning(); // This will do nothing if already locked in Finalize()
888 m_private_run_lock.TrySetRunning(); // This will do nothing if already locked in Finalize()
1604 if (!m_public_run_lock.TrySetRunning()) { in Resume()
1623 if (!m_public_run_lock.TrySetRunning()) { in ResumeSynchronous()
2750 if (m_public_run_lock.TrySetRunning()) { in Launch()
3004 if (m_public_run_lock.TrySetRunning()) { in Attach()
3076 if (m_public_run_lock.TrySetRunning()) { in Attach()