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 …]
932 thread_act_t target_act; in __pthread_markcancel() local936 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel()939 if (target_act == THR_ACT_NULL) { in __pthread_markcancel()943 uth = (struct uthread *)get_bsdthread_info(target_act); in __pthread_markcancel()949 thread_abort_safely(target_act); in __pthread_markcancel()953 thread_deallocate(target_act); in __pthread_markcancel()1099 thread_t target_act; in __pthread_kill() local1104 target_act = (thread_t)port_name_to_thread(uap->thread_port, in __pthread_kill()1107 if (target_act == THREAD_NULL) { in __pthread_kill()1115 uth = (struct uthread *)get_bsdthread_info(target_act); in __pthread_kill()[all …]
250 kern_return_t (*thread_resume)(thread_act_t target_act);