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.cpp118 ShutdownCV.wait(Lock, [this]() { return RunState == ServerShutDown; }); in waitForDisconnect()
128 RunState = ServerShuttingDown; in handleDisconnect()
148 RunState = ServerShutDown; in handleDisconnect()
274 if (RunState != ServerRunning) in doJITDispatch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp596 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
618 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
644 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.cpp645 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h363 lldb::StateType RunState();
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h181 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;