Home
last modified time | relevance | path

Searched refs:SimpleRemoteEPCMutex (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp22 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in ~SimpleRemoteEPC()
79 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()
95 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()
113 std::unique_lock<std::mutex> Lock(SimpleRemoteEPCMutex); in disconnect()
185 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()
193 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()
265 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleSetup()
375 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleResult()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h125 std::mutex SimpleRemoteEPCMutex; variable