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/
DPlatformDarwinDevice.h58 std::mutex m_sdk_dir_mutex; variable
DPlatformDarwinDevice.cpp34 std::lock_guard<std::mutex> guard(m_sdk_dir_mutex); in UpdateSDKDirectoryInfosIfNeeded()