Searched refs:MACH_NOTIFY_PORT_DESTROYED (Results 1 – 6 of 6) sorted by relevance
81 #define MACH_NOTIFY_PORT_DESTROYED (MACH_NOTIFY_FIRST + 005) macro
102 /* MACH_NOTIFY_PORT_DESTROYED: 0105 */
278 * MACH_NOTIFY_PORT_DESTROYED (receive rights)286 * MACH_NOTIFY_PORT_DESTROYED: must be zero.
58 kr = mach_port_request_notification(mach_task_self(), timer_port, MACH_NOTIFY_PORT_DESTROYED,
73 …kr = mach_port_request_notification(mach_task_self(), service_port, MACH_NOTIFY_PORT_DESTROYED, 0,…
1570 case MACH_NOTIFY_PORT_DESTROYED: { in mach_port_request_notification()