Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp117 ShutdownCV.wait(Lock, [this]() { return RunState == ServerShutDown; }); in waitForDisconnect()
127 RunState = ServerShuttingDown; in handleDisconnect()
147 RunState = ServerShutDown; in handleDisconnect()
272 if (RunState != ServerRunning) in doJITDispatch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp530 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
591 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
624 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
648 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
H A DThreadPlan.cpp159 lldb::StateType ThreadPlan::RunState() { in RunState() function in ThreadPlan
H A DThread.cpp671 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupToStepOverBreakpointIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h373 lldb::StateType RunState();
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h182 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7444 enum RunState { enum in Catch::TestCaseTracking::TrackerContext
7452 RunState m_runState = NotStarted;