Searched refs:wait_mutex_ (Results 1 – 2 of 2) sorted by relevance
90 std::unique_lock<std::mutex> lock(wait_mutex_); in Wait()104 wait_mutex_.lock(); in Wake()106 wait_mutex_.unlock(); in Wake()
66 std::mutex wait_mutex_; variable