Home
last modified time | relevance | path

Searched refs:target_act (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/osfmk/mach/
H A Dthread_act.defs103 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 …]
/xnu-11215.81.4/bsd/kern/
H A Dkern_sig.c933 thread_act_t target_act; in __pthread_markcancel() local
937 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() local
1105 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 …]
/xnu-11215.81.4/bsd/sys/
H A Dpthread_shims.h249 kern_return_t (*thread_resume)(thread_act_t target_act);