Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp119 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()
367 PTHREAD_MUTEX_LOCKER(locker, m_threads_mutex); in Dump()
[all …]
H A DMachThreadList.h101 mutable PThreadMutex m_threads_mutex; variable
/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp100 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadAtIndex()
116 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadByID()
172 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetWatchpoint()
213 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveWatchpoint()
259 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetHardwareBreakpoint()
298 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveHardwareBreakpoint()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h225 return ThreadIterable(m_threads, m_threads_mutex); in Threads()
420 mutable std::recursive_mutex m_threads_mutex; variable