Home
last modified time | relevance | path

Searched refs:ServerShutDown (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp118 ShutdownCV.wait(Lock, [this]() { return RunState == ServerShutDown; }); in waitForDisconnect()
148 RunState = ServerShutDown; in handleDisconnect()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h181 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; enumerator