Searched refs:lowLatencyMutex_ (Results 1 – 2 of 2) sorted by relevance
55 std::lock_guard<std::mutex> lock(lowLatencyMutex_); in EnableLowLatency()76 std::lock_guard<std::mutex> lock(lowLatencyMutex_); in DisableLowLatency()88 std::lock_guard<std::mutex> lock(lowLatencyMutex_); in CloseLowLatency()
41 std::mutex lowLatencyMutex_; variable