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.h32 bool SetRunning();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h67 void SetRunning();
H A DNativeThreadNetBSD.cpp52 SetRunning(); in Resume()
172 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.cpp1479 m_private_run_lock.SetRunning(); in SetPrivateState()