Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h126 std::condition_variable DisconnectCV; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp131 DisconnectCV.wait(Lock, [this] { return Disconnected; }); in disconnect()
212 DisconnectCV.notify_all(); in handleDisconnect()