Searched refs:watcherMutex_ (Results 1 – 4 of 4) sorted by relevance
56 std::lock_guard<std::mutex> lock(watcherMutex_); in AddRemoteWatcher()74 std::lock_guard<std::mutex> lock(watcherMutex_); in DelRemoteWatcher()92 std::lock_guard<std::mutex> lock(watcherMutex_); in AddWatcher()118 std::lock_guard<std::mutex> lock(watcherMutex_); in DelWatcher()140 std::lock_guard<std::mutex> lock(watcherMutex_); in RefreshWatcher()216 std::lock_guard<std::mutex> lock(watcherMutex_); in ProcessWatcherMessage()379 std::lock_guard<std::mutex> lock(watcherMutex_); in OnStop()391 std::lock_guard<std::mutex> lock(watcherMutex_); in OnRemoteDied()464 std::lock_guard<std::mutex> lock(watcherMutex_); in DumpAllGroup()511 std::lock_guard<std::mutex> lock(watcherMutex_); in Dump()[all …]
120 std::mutex watcherMutex_; variable
82 std::lock_guard<std::mutex> lock(watcherMutex_); in OnComplete()355 std::lock_guard<std::mutex> lock(watcherMutex_); in SetStatusNotifier()382 std::lock_guard<std::mutex> lock(watcherMutex_); in SetStatusNotifier()439 std::lock_guard<std::mutex> lock(watcherMutex_); in NotifyStatus()
54 std::mutex watcherMutex_{};