Searched refs:thread_port (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c240 ipc_port_t thread_port; local
255 (void *) &thread_port) == MACH_MSG_SUCCESS)) {
256 if (IPC_PORT_VALID(thread_port)) {
257 th_act = convert_port_to_thread(thread_port);
258 ipc_port_release(thread_port);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c871 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.c1062 int threadport = uap->thread_port;

Completed in 43 milliseconds