Home
last modified time | relevance | path

Searched refs:GetFileMutex (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DTimer.cpp33 static std::mutex &GetFileMutex() { in GetFileMutex() function
59 std::lock_guard<std::mutex> lock(GetFileMutex()); in Timer()
83 std::lock_guard<std::mutex> lock(GetFileMutex()); in ~Timer()