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