Home
last modified time | relevance | path

Searched refs:SetRunning (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp38 bool ProcessRunLock::SetRunning() { in SetRunning() function in lldb_private::ProcessRunLock
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h35 bool SetRunning();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h67 void SetRunning();
H A DNativeThreadNetBSD.cpp51 SetRunning(); in Resume()
171 void NativeThreadNetBSD::SetRunning() { in SetRunning() function in NativeThreadNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp55 SetRunning(); in Resume()
172 void NativeThreadFreeBSD::SetRunning() { in SetRunning() function in NativeThreadFreeBSD
H A DNativeThreadFreeBSD.h72 void SetRunning();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1323 if (!m_public_run_lock.SetRunning()) { in Resume()
1340 if (!m_public_run_lock.SetRunning()) { in ResumeSynchronous()
1420 m_private_run_lock.SetRunning(); in SetPrivateState()
2691 m_public_run_lock.SetRunning(); in LaunchPrivate()
2962 m_public_run_lock.SetRunning(); in Attach()
3028 m_public_run_lock.SetRunning(); in Attach()