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

/xnu-2782.1.97/osfmk/kern/
H A Dipc_tt.h155 extern thread_t port_name_to_thread(
H A Dsync_sema.c419 thread = port_name_to_thread(thread_name);
H A Dipc_tt.c1400 * Routine: port_name_to_thread
1408 port_name_to_thread( function
/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c106 extern thread_t port_name_to_thread(mach_port_name_t port_name);
405 th_act = port_name_to_thread(CAST_MACH_PORT_TO_NAME(uap->addr));
H A Dkern_sig.c121 extern thread_t port_name_to_thread(mach_port_name_t port_name);
872 target_act = (thread_act_t)port_name_to_thread(uap->thread_port);
1140 target_act = (thread_t)port_name_to_thread(uap->thread_port);

Completed in 37 milliseconds