Searched refs:loggerMutex_ (Results 1 – 2 of 2) sorted by relevance
115 std::lock_guard guard(loggerMutex_); in VLog()219 std::lock_guard<std::mutex> guard(loggerMutex_); in AddOutput()
72 std::mutex loggerMutex_; variable