Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.h58 std::mutex m_sdk_dir_mutex; variable
H A DPlatformDarwinDevice.cpp34 std::lock_guard<std::mutex> guard(m_sdk_dir_mutex); in UpdateSDKDirectoryInfosIfNeeded()