Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/bsd/kern/
H A Dkern_sig.c932 thread_act_t target_act; in __pthread_markcancel() local
936 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() local
1104 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 …]
/xnu-8796.121.2/bsd/sys/
H A Dpthread_shims.h250 kern_return_t (*thread_resume)(thread_act_t target_act);