Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp44 std::lock_guard<std::mutex> Lock(DispatchMutex); in dispatch()
81 std::lock_guard<std::mutex> Lock(DispatchMutex); in dispatch()
109 std::unique_lock<std::mutex> Lock(DispatchMutex); in shutdown()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp34 std::lock_guard<std::mutex> Lock(DispatchMutex); in dispatch()
42 std::lock_guard<std::mutex> Lock(DispatchMutex); in dispatch()
49 std::unique_lock<std::mutex> Lock(DispatchMutex); in shutdown()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h139 std::mutex DispatchMutex; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h56 std::mutex DispatchMutex;