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

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.h149 extern thread_t port_name_to_thread(
H A Dsync_sema.c419 thread = port_name_to_thread(thread_name);
H A Dipc_tt.c1302 * Routine: port_name_to_thread
1310 port_name_to_thread( function
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c107 extern thread_t port_name_to_thread(mach_port_name_t port_name);
400 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);
871 target_act = (thread_act_t)port_name_to_thread(uap->thread_port);
1139 target_act = (thread_t)port_name_to_thread(uap->thread_port);
H A Dpthread_support.c481 extern thread_t port_name_to_thread(mach_port_name_t port_name);
1093 th = (thread_t)port_name_to_thread((mach_port_name_t)threadport);

Completed in 56 milliseconds