Searched refs:SimpleRemoteEPCMutex (Results 1 – 2 of 2) sorted by relevance
22 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in ~SimpleRemoteEPC()96 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()112 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()130 std::unique_lock<std::mutex> Lock(SimpleRemoteEPCMutex); in disconnect()201 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()209 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()280 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleSetup()396 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleResult()
125 std::mutex SimpleRemoteEPCMutex; variable