Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp36 OutstandingCV.notify_all(); in dispatch()
43 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp43 OutstandingCV.notify_all(); in dispatch()
50 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h123 std::condition_variable OutstandingCV; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h58 std::condition_variable OutstandingCV; variable