Home
last modified time | relevance | path

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

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