Searched refs:m_exception_thread (Results 1 – 2 of 2) sorted by relevance
| /external/lldb/tools/debugserver/source/MacOSX/ |
| D | MachTask.cpp | 55 m_exception_thread (0), in MachTask() 141 m_exception_thread = 0; in Clear() 626 err = ::pthread_create (&m_exception_thread, NULL, MachTask::ExceptionThread, this); in StartExceptionThread() 647 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX); in ShutDownExcecptionThread() 649 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread); in ShutDownExcecptionThread() 651 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX); in ShutDownExcecptionThread() 653 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)", m_exception_thread); in ShutDownExcecptionThread()
|
| D | MachTask.h | 123 …pthread_t m_exception_thread; // Thread ID for the exception thread in case we need … variable
|