Searched refs:m_exception_port (Results 1 – 2 of 2) sorted by relevance
56 m_exception_port (MACH_PORT_NULL) in MachTask()120 return m_exception_port; in ExceptionPort()129 return MACH_PORT_VALID(m_exception_port); in ExceptionPortIsValid()142 m_exception_port = MACH_PORT_NULL; in Clear()591 err = ::mach_port_allocate (task_self, MACH_PORT_RIGHT_RECEIVE, &m_exception_port); in StartExceptionThread()596 …err = ::mach_port_insert_right (task_self, m_exception_port, m_exception_port, MACH_MSG_TYPE_MAKE_… in StartExceptionThread()611 …err = ::task_set_exception_ports (task, m_exc_port_info.mask, m_exception_port, EXCEPTION_DEFAULT … in StartExceptionThread()617 m_exception_port, in StartExceptionThread()644 mach_port_t exception_port = m_exception_port; in ShutDownExcecptionThread()645 m_exception_port = NULL; in ShutDownExcecptionThread()
124 …mach_port_t m_exception_port; // Exception port on which we will receive child excep… variable