Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3123 std::recursive_mutex m_profile_data_comm_mutex; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp472 m_profile_data_comm_mutex(), m_profile_data(), m_iohandler_sync(0), in Process()
4497 std::lock_guard<std::recursive_mutex> guard(m_profile_data_comm_mutex); in BroadcastAsyncProfileData()
4520 std::lock_guard<std::recursive_mutex> guard(m_profile_data_comm_mutex); in GetAsyncProfileData()