Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp101 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadAtIndex()
117 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in GetThreadByID()
173 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetWatchpoint()
214 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveWatchpoint()
260 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in SetHardwareBreakpoint()
299 std::lock_guard<std::recursive_mutex> guard(m_threads_mutex); in RemoveHardwareBreakpoint()
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h226 return ThreadIterable(m_threads, m_threads_mutex); in Threads()
421 mutable std::recursive_mutex m_threads_mutex; variable