Home
last modified time | relevance | path

Searched defs:m_profile_data_mutex (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h417 m_profile_data_mutex; // Multithreaded protection for profile info data variable
H A DMachProcess.mm517 m_profile_data_mutex(PTHREAD_MUTEX_RECURSIVE), m_profile_data(), function