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

/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp45 bool ProcessRunLock::TrySetRunning() { function in class:lldb_private::ProcessRunLock
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h33 bool TrySetRunning();
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp571 m_public_run_lock.TrySetRunning(); // This will do nothing if already locked
573 m_private_run_lock.TrySetRunning(); // This will do nothing if already locked
1350 if (!m_public_run_lock.TrySetRunning()) {
1352 LLDB_LOGF(log, "(plugin = %s) -- TrySetRunning failed, not resuming.",
1367 if (!m_public_run_lock.TrySetRunning()) {
1369 LLDB_LOGF(log, "Process::Resume: -- TrySetRunning failed, not resuming.");
2558 if (m_public_run_lock.TrySetRunning()) {
2829 if (m_public_run_lock.TrySetRunning()) {
2900 if (m_public_run_lock.TrySetRunning()) {

Completed in 75 milliseconds