Lines Matching refs:m_exception_port
76 m_exception_thread(0), m_exception_port(MACH_PORT_NULL),
134 mach_port_t MachTask::ExceptionPort() const { return m_exception_port; }
140 return MACH_PORT_VALID(m_exception_port);
152 m_exception_port = MACH_PORT_NULL;
619 &m_exception_port);
624 err = ::mach_port_insert_right(task_self, m_exception_port,
625 m_exception_port, MACH_MSG_TYPE_MAKE_SEND);
645 task, m_exc_port_info.mask, m_exception_port,
651 task, m_exc_port_info.mask, m_exception_port,
676 mach_port_t exception_port = m_exception_port;
677 m_exception_port = 0;