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

/xnu-2782.1.97/osfmk/kern/
H A Dipc_tt.h152 extern thread_t convert_port_to_thread(
H A Dsyscall_subr.c314 thread = convert_port_to_thread(port);
H A Dipc_tt.c1367 * Routine: convert_port_to_thread
1377 convert_port_to_thread( function
1420 thread = convert_port_to_thread(kport);
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c78 extern thread_t convert_port_to_thread(ipc_port_t port);
258 th_act = convert_port_to_thread(thread_port);
/xnu-2782.1.97/osfmk/mach/
H A Dmach_types.defs140 intran: thread_t convert_port_to_thread(mach_port_t)
148 intran: thread_act_t convert_port_to_thread(mach_port_t)
157 intran: thread_act_t convert_port_to_thread(mach_port_t)

Completed in 81 milliseconds