Searched refs:kthport (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c995 mach_port_name_t kthport = (mach_port_name_t)uap->port; local
1002 KERNEL_DEBUG_CONSTANT(0x9000084 |DBG_FUNC_START, (unsigned int)freeaddr, (unsigned int)freesize, (unsigned int)kthport, 0xff, 0);
1019 if (kthport != MACH_PORT_NULL)
1020 mach_port_deallocate(get_task_ipcspace(current_task()), kthport);

Completed in 23 milliseconds