Searched refs:SimpleRemoteEPCMutex (Results 1 – 2 of 2) sorted by relevance
22 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()
125 std::mutex SimpleRemoteEPCMutex; variable