Home
last modified time | relevance | path

Searched refs:ServerShutDown (Results 1 – 2 of 2) 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()
147 RunState = ServerShutDown; in handleDisconnect()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h182 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; enumerator