Searched refs:SimpleRemoteEPCMutex (Results 1 – 2 of 2) sorted by relevance
21 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in ~SimpleRemoteEPC()94 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()110 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in callWrapperAsync()128 std::unique_lock<std::mutex> Lock(SimpleRemoteEPCMutex); in disconnect()199 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()207 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleDisconnect()294 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleSetup()410 std::lock_guard<std::mutex> Lock(SimpleRemoteEPCMutex); in handleResult()
129 std::mutex SimpleRemoteEPCMutex; variable