Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp44 bool ProcessRunLock::TrySetRunning() { in TrySetRunning() function in lldb_private::ProcessRunLock
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h33 bool TrySetRunning();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp548 m_public_run_lock.TrySetRunning(); // This will do nothing if already locked in Finalize()
550 m_private_run_lock.TrySetRunning(); // This will do nothing if already locked in Finalize()
1315 if (!m_public_run_lock.TrySetRunning()) { in Resume()
1334 if (!m_public_run_lock.TrySetRunning()) { in ResumeSynchronous()
2499 if (m_public_run_lock.TrySetRunning()) { in Launch()
2751 if (m_public_run_lock.TrySetRunning()) { in Attach()
2822 if (m_public_run_lock.TrySetRunning()) { in Attach()