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

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.h146 extern thread_t convert_port_to_thread(
H A Dsyscall_subr.c256 thread = convert_port_to_thread(port);
H A Dipc_tt.c1269 * Routine: convert_port_to_thread
1279 convert_port_to_thread( function
1322 thread = convert_port_to_thread(kport);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c78 extern thread_t convert_port_to_thread(ipc_port_t port);
257 th_act = convert_port_to_thread(thread_port);
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_types.defs124 intran: thread_t convert_port_to_thread(mach_port_t)
132 intran: thread_act_t convert_port_to_thread(mach_port_t)
141 intran: thread_act_t convert_port_to_thread(mach_port_t)

Completed in 38 milliseconds