Searched refs:updateTaskMutex_ (Results 1 – 1 of 1) sorted by relevance
42 std::lock_guard<std::mutex> taskLock(updateTaskMutex_); in UpdateConfigSync()53 std::lock_guard<std::mutex> taskLock(updateTaskMutex_);67 std::lock_guard<std::mutex> taskLock(updateTaskMutex_);106 std::mutex updateTaskMutex_; variable