Home
last modified time | relevance | path

Searched refs:m_exception_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h161 pthread_t m_exception_thread; variable
H A DNativeProcessDarwin.cpp164 m_exception_thread(nullptr), m_exception_messages_mutex(), in NativeProcessDarwin()
626 ::pthread_create(&m_exception_thread, nullptr, ExceptionThread, this); in StartExceptionThread()