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

/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c232 ipc_port_t thread_port; local
248 (void *) &thread_port) == MACH_MSG_SUCCESS)) {
249 if (IPC_PORT_VALID(thread_port)) {
250 th_act = convert_port_to_thread(thread_port);
251 ipc_port_release(thread_port);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c808 target_act = (thread_act_t)port_name_to_thread(uap->thread_port);
956 target_act = (thread_t)port_name_to_thread(uap->thread_port);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1272 char thread_port_l_[PADL_(int)]; int thread_port; char thread_port_r_[PADR_(int)]; member in struct:__pthread_kill_args
1288 char thread_port_l_[PADL_(int)]; int thread_port; char thread_port_r_[PADR_(int)]; member in struct:__pthread_markcancel_args

Completed in 40 milliseconds