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

/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c239 mach_port_name_t thread_name = (mach_port_name_t)thread; /* XXX */ local
245 if (MACH_PORT_VALID(thread_name) &&
246 (ipc_object_copyin(get_task_ipcspace(self), thread_name,
351 (void)mach_port_deallocate(get_task_ipcspace(ux_handler_self), thread_name); local
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c206 mach_port_name_t thread_name = args->thread_name; local
227 if (thread_name != MACH_PORT_NULL) {
231 thread_name, &port) == KERN_SUCCESS) {
H A Dsync_sema.c387 mach_port_name_t thread_name = args->thread_name; local
397 if (thread_name != MACH_PORT_NULL) {
398 thread = port_name_to_thread(thread_name);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_traps.h122 mach_port_name_t thread_name);
190 mach_port_name_t thread_name,
357 PAD_ARG_(mach_port_name_t, thread_name);
493 PAD_ARG_(mach_port_name_t, thread_name);

Completed in 34 milliseconds