Searched refs:canCloseMutex_ (Results 1 – 1 of 1) sorted by relevance
68 std::unique_lock<std::mutex> lock(canCloseMutex_); in WaitFor()74 std::lock_guard<std::mutex> lock(canCloseMutex_); in Notify()83 std::mutex canCloseMutex_; variable