Searched refs:GetGlobalOptionsMapLock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp71 static std::mutex &GetGlobalOptionsMapLock() { function in namespace:sddarwinlog_private
80 std::lock_guard<std::mutex> locker(GetGlobalOptionsMapLock());
92 std::lock_guard<std::mutex> locker(GetGlobalOptionsMapLock());

Completed in 110 milliseconds