Searched refs:routerMapMutex_ (Results 1 – 2 of 2) sorted by relevance
1008 std::lock_guard<std::mutex> lock(routerMapMutex_); in GetSelectedDeviceInfo()1275 std::lock_guard<std::mutex> lock(routerMapMutex_); in SelectFastOutputDevice()1349 std::lock_guard<std::mutex> lock(routerMapMutex_); in RememberRoutingInfo()1367 std::lock_guard<std::mutex> lock(routerMapMutex_); in RememberRoutingInfo()1395 std::lock_guard<std::mutex> lock(routerMapMutex_); in MoveToLocalOutputDevice()1461 std::lock_guard<std::mutex> lock(routerMapMutex_); in MoveToRemoteOutputDevice()1480 std::lock_guard<std::mutex> lock(routerMapMutex_); in SelectFastInputDevice()4395 std::lock_guard<std::mutex> lock(routerMapMutex_); in RemoveDeviceInRouterMap()4408 std::lock_guard<std::mutex> lock(routerMapMutex_); in RemoveDeviceInFastRouterMap()6551 std::lock_guard<std::mutex> lock(routerMapMutex_); in GetProcessDeviceInfo()[all …]
1117 std::mutex routerMapMutex_; // unordered_map is not concurrently-secure variable