Searched refs:RunState (Results 1 – 6 of 6) sorted by relevance
117 ShutdownCV.wait(Lock, [this]() { return RunState == ServerShutDown; }); in waitForDisconnect()127 RunState = ServerShuttingDown; in handleDisconnect()147 RunState = ServerShutDown; in handleDisconnect()268 if (RunState != ServerRunning) in doJITDispatch()
564 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()587 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()610 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
159 lldb::StateType ThreadPlan::RunState() { in RunState() function in ThreadPlan
650 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
363 lldb::StateType RunState();
167 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable