Home
last modified time | relevance | path

Searched refs:OutstandingCV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp101 OutstandingCV.notify_all(); in dispatch()
111 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp44 OutstandingCV.notify_all(); in dispatch()
51 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h142 std::condition_variable OutstandingCV; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h59 std::condition_variable OutstandingCV; variable