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.h3198 std::recursive_mutex m_profile_data_comm_mutex; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp443 m_profile_data_comm_mutex(), m_profile_data(), m_iohandler_sync(0), in Process()
4529 std::lock_guard<std::recursive_mutex> guard(m_profile_data_comm_mutex); in BroadcastAsyncProfileData()
4552 std::lock_guard<std::recursive_mutex> guard(m_profile_data_comm_mutex); in GetAsyncProfileData()