Searched refs:m_threads_mutex (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.cpp | 26 : m_threads(), m_threads_mutex(PTHREAD_MUTEX_RECURSIVE), in MachThreadList() 119 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in GetThreadByID() 133 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in GetThreadByMachPortNumber() 147 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in GetThreadIDByMachPortNumber() 160 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in GetMachPortNumberByThreadID() 222 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in NumThreads() 227 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in ThreadIDAtIndex() 251 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in Clear() 262 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in UpdateThreadList() 350 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in CurrentThread() [all …]
|
D | MachThreadList.h | 101 mutable PThreadMutex m_threads_mutex; variable
|
/external/llvm-project/lldb/source/Host/common/ |
D | NativeProcessProtocol.cpp | 88 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadAtIndex() 104 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadByID() 160 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetWatchpoint() 201 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveWatchpoint() 247 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetHardwareBreakpoint() 286 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveHardwareBreakpoint()
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeProcessProtocol.h | 412 mutable std::recursive_mutex m_threads_mutex; variable
|