Searched refs:mShutdownMutex (Results 1 – 2 of 2) sorted by relevance
59 std::lock_guard<std::mutex> lock(mShutdownMutex); in disconnect()186 std::unique_lock<std::mutex> lock(mShutdownMutex); in reconnect()
139 std::mutex mShutdownMutex; variable