Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.h100 pthread_t m_exception_thread; // Thread ID for the exception thread in case we variable
H A DMachTask.mm76 m_exception_thread(0), m_exception_port(MACH_PORT_NULL),
149 m_exception_thread = 0;
658 err = ::pthread_create(&m_exception_thread, NULL, MachTask::ExceptionThread,
677 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);
679 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
681 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX);
684 m_exception_thread);