Searched refs:obsVecMutex_ (Results 1 – 2 of 2) sorted by relevance
56 std::lock_guard<std::mutex> lck(obsVecMutex_); in AddObserver()62 std::lock_guard<std::mutex> lck(obsVecMutex_); in NotifyUserUnlocked()
39 std::mutex obsVecMutex_; variable