Home
last modified time | relevance | path

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

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