Searched refs:unlockListenerMutex_ (Results 1 – 2 of 2) sorted by relevance
394 unlockListenerMutex_.lock(); in UnlockInner()396 unlockListenerMutex_.unlock(); in UnlockInner()720 std::lock_guard<std::mutex> autoLock(unlockListenerMutex_); in NotifyUnlockListener()723 std::lock_guard<std::mutex> guard(unlockListenerMutex_); in NotifyUnlockListener()
222 std::mutex unlockListenerMutex_; variable