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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp44 bool ProcessRunLock::TrySetRunning() { function in class:lldb_private::ProcessRunLock
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h33 bool TrySetRunning();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp632 m_public_run_lock.TrySetRunning(); // This will do nothing if already locked
634 m_private_run_lock.TrySetRunning(); // This will do nothing if already locked
1331 if (!m_public_run_lock.TrySetRunning()) {
1333 LLDB_LOGF(log, "Process::Resume: -- TrySetRunning failed, not resuming.");
1350 if (!m_public_run_lock.TrySetRunning()) {
1352 LLDB_LOGF(log, "Process::Resume: -- TrySetRunning failed, not resuming.");
2509 if (m_public_run_lock.TrySetRunning()) {
2761 if (m_public_run_lock.TrySetRunning()) {
2832 if (m_public_run_lock.TrySetRunning()) {

Completed in 232 milliseconds