Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp22 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in ~SimpleRemoteEPC()
62 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()
78 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()
96 std::unique_lock<std::mutex> Lock(SimpleRemoteEPCMutex); in disconnect()
168 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()
176 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()
248 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleSetup()
356 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleResult()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h121 std::mutex SimpleRemoteEPCMutex; variable