Searched refs:scopeMutex_ (Results 1 – 2 of 2) sorted by relevance
212 std::lock_guard<std::mutex> lock(scopeMutex_); in EnterScope()218 std::lock_guard<std::mutex> lock(scopeMutex_); in ExitScope()243 std::lock_guard<std::mutex> lock(scopeMutex_); in Logger()
103 static inline std::mutex scopeMutex_; variable