Searched refs:m_exception_thread (Results 1 – 2 of 2) sorted by relevance
76 m_exception_thread(0), m_exception_port(MACH_PORT_NULL),148 if (m_exception_thread)151 m_exception_thread = 0;660 err = ::pthread_create(&m_exception_thread, NULL, MachTask::ExceptionThread,679 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);681 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);683 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX);686 m_exception_thread);
100 pthread_t m_exception_thread; // Thread ID for the exception thread in case we variable