Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.h96 std::mutex m_core_sim_path_mutex; variable
DPlatformAppleSimulator.cpp228 std::lock_guard<std::mutex> guard(m_core_sim_path_mutex); in GetCoreSimulatorPath()