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 …]
933 thread_act_t target_act; in __pthread_markcancel() local937 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel()940 if (target_act == THR_ACT_NULL) { in __pthread_markcancel()944 uth = (struct uthread *)get_bsdthread_info(target_act); in __pthread_markcancel()950 thread_abort_safely(target_act); in __pthread_markcancel()954 thread_deallocate(target_act); in __pthread_markcancel()1100 thread_t target_act; in __pthread_kill() local1105 target_act = (thread_t)port_name_to_thread(uap->thread_port, in __pthread_kill()1108 if (target_act == THREAD_NULL) { in __pthread_kill()1116 uth = (struct uthread *)get_bsdthread_info(target_act); in __pthread_kill()[all …]
249 kern_return_t (*thread_resume)(thread_act_t target_act);