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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsyscall_subr.c225 mach_port_name_t thread_name = args->thread_name; local
248 if (thread_name != MACH_PORT_NULL) {
252 thread_name, &port) == KERN_SUCCESS) {
H A Dsync_sema.c408 mach_port_name_t thread_name = args->thread_name; local
418 if (thread_name != MACH_PORT_NULL) {
419 thread = port_name_to_thread(thread_name);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c246 mach_port_name_t thread_name = CAST_MACH_PORT_TO_NAME(thread); local
252 if (MACH_PORT_VALID(thread_name) &&
253 (ipc_object_copyin(get_task_ipcspace(self), thread_name,
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_traps.h122 mach_port_name_t thread_name);
247 mach_port_name_t thread_name,
408 PAD_ARG_(mach_port_name_t, thread_name);
544 PAD_ARG_(mach_port_name_t, thread_name);

Completed in 82 milliseconds