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

/macosx-10.9.5/xnu-2422.115.4/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.c1397 * Routine: port_name_to_thread
1405 port_name_to_thread( function
/macosx-10.9.5/xnu-2422.115.4/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.c122 extern thread_t port_name_to_thread(mach_port_name_t port_name);
873 target_act = (thread_act_t)port_name_to_thread(uap->thread_port);
1141 target_act = (thread_t)port_name_to_thread(uap->thread_port);

Completed in 254 milliseconds