Home
last modified time | relevance | path

Searched refs:m_threads_mutex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp36 : m_threads(), m_threads_mutex(), m_is_64_bit(false) {} in NativeThreadListDarwin()
154 std::lock_guard<std::recursive_mutex> locker(m_threads_mutex); in GetThreadByID()
164 std::lock_guard<std::recursive_mutex> locker(m_threads_mutex); in GetThreadByMachPortNumber()
187 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
267 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
417 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
578 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
620 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
651 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
682 PTHREAD_MUTEX_LOCKER (locker, m_threads_mutex);
[all …]
H A DNativeThreadListDarwin.h131 mutable std::recursive_mutex m_threads_mutex; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp89 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadAtIndex()
105 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadByID()
161 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetWatchpoint()
202 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveWatchpoint()
248 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetHardwareBreakpoint()
287 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveHardwareBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h412 mutable std::recursive_mutex m_threads_mutex; variable