Searched refs:fdsMutex_ (Results 1 – 2 of 2) sorted by relevance
43 std::lock_guard<std::mutex> lock(fdsMutex_); in AddFdToWatcher()51 std::lock_guard<std::mutex> lock(fdsMutex_); in RemoveFdToWatcher()128 std::lock_guard<std::mutex> lock(fdsMutex_); in WatcherThread()161 std::lock_guard<std::mutex> lock(fdsMutex_); in WatcherThread()
52 std::mutex fdsMutex_; variable