Searched refs:m_threads_mutex (Results 1 – 4 of 4) sorted by relevance
36 : 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 …]
131 mutable std::recursive_mutex m_threads_mutex; variable
89 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()
412 mutable std::recursive_mutex m_threads_mutex; variable