Searched refs:mach_task (Results 1 – 1 of 1) sorted by relevance
671 MachTask *mach_task = (MachTask*) arg; in ExceptionThread() local672 MachProcess *mach_proc = mach_task->Process(); in ExceptionThread()693 task_t task = mach_task->TaskPort(); in ExceptionThread()728 while (mach_task->ExceptionPortIsValid()) in ExceptionThread()739 …err = exception_message.Receive(mach_task->ExceptionPort(), MACH_RCV_MSG | MACH_RCV_INTERRUPT | MA… in ExceptionThread()744 …err = exception_message.Receive(mach_task->ExceptionPort(), MACH_RCV_MSG | MACH_RCV_INTERRUPT | MA… in ExceptionThread()750 … err = exception_message.Receive(mach_task->ExceptionPort(), MACH_RCV_MSG | MACH_RCV_INTERRUPT, 0); in ExceptionThread()756 if (!mach_task->ExceptionPortIsValid()) in ExceptionThread()