Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h110 std::mutex m_core_sim_path_mutex; variable
H A DPlatformAppleSimulator.cpp234 std::lock_guard<std::mutex> guard(m_core_sim_path_mutex); in GetCoreSimulatorPath()