Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachTask.h97 pthread_t m_exception_thread; // Thread ID for the exception thread in case we variable
DMachTask.mm76 m_exception_thread(0), m_exception_port(MACH_PORT_NULL),
149 m_exception_thread = 0;
650 err = ::pthread_create(&m_exception_thread, NULL, MachTask::ExceptionThread,
669 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);
671 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
673 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX);
676 m_exception_thread);