Searched refs:pushNotifierMutex_ (Results 1 – 2 of 2) sorted by relevance
389 std::lock_guard<std::mutex> autoLock(pushNotifierMutex_); in NotifyRemotePushFinished()621 std::lock_guard<std::mutex> autoLock(pushNotifierMutex_); in SetPushNotifier()
193 mutable std::mutex pushNotifierMutex_; variable