Searched refs:target_act (Results 1 – 3 of 3) sorted by relevance
103 target_act : thread_act_consume_ref_t);118 target_act : thread_read_t;133 target_act : thread_act_t;152 target_act : thread_read_t;167 target_act : thread_act_t;180 target_act : thread_read_t);187 target_act : thread_read_t);199 target_act : thread_act_t);214 target_act : thread_act_t);255 target_act : thread_inspect_t;[all …]
934 thread_act_t target_act; in __pthread_markcancel() local938 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel()941 if (target_act == THR_ACT_NULL) { in __pthread_markcancel()945 uth = (struct uthread *)get_bsdthread_info(target_act); in __pthread_markcancel()951 thread_abort_safely(target_act); in __pthread_markcancel()955 thread_deallocate(target_act); in __pthread_markcancel()1101 thread_t target_act; in __pthread_kill() local1106 target_act = (thread_t)port_name_to_thread(uap->thread_port, in __pthread_kill()1109 if (target_act == THREAD_NULL) { in __pthread_kill()1117 uth = (struct uthread *)get_bsdthread_info(target_act); in __pthread_kill()[all …]
249 kern_return_t (*thread_resume)(thread_act_t target_act);