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.cpp70 OutstandingCV.notify_all(); in dispatch()
80 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp45 OutstandingCV.notify_all(); in dispatch()
52 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; });
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h127 std::condition_variable OutstandingCV; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h58 std::condition_variable OutstandingCV; variable