Home
last modified time | relevance | path

Searched refs:thread_act_t (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.121.6/osfmk/mach/
H A Dthread_act.defs133 target_act : thread_act_t;
167 target_act : thread_act_t;
199 target_act : thread_act_t);
214 target_act : thread_act_t);
223 thread : thread_act_t);
247 thr_act : thread_act_t;
263 thread : thread_act_t;
278 thread : thread_act_t;
292 thread : thread_act_t;
306 thr_act : thread_act_t;
[all …]
H A Dmach_types.h123 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef
184 typedef mach_port_t thread_act_t;
254 typedef thread_act_t *thread_act_array_t;
277 typedef thread_act_t thread_act_port_t;
305 #define THR_ACT_NULL ((thread_act_t) NULL)
335 #define THR_ACT_NULL ((thread_act_t) 0)
H A Dmach_types.defs204 type thread_act_t = mach_port_t
206 intran: thread_act_t convert_port_to_thread(mach_port_t)
207 outtran: mach_port_t convert_thread_to_port(thread_act_t)
208 destructor: thread_deallocate(thread_act_t)
213 cusertype: thread_act_t
215 intran: thread_act_t convert_port_to_thread(mach_port_t)
216 destructor: thread_deallocate(thread_act_t)
231 type thread_act_array_t = ^array[] of thread_act_t;
H A Dsemaphore.defs68 thread : thread_act_t);
H A Dtask.defs248 out child_act : thread_act_t);
266 out child_act : thread_act_t);
H A Dhost_priv.defs150 thread : thread_act_t;
/xnu-11417.121.6/libsyscall/mach/
H A Dthread_act.c35 thread_policy(thread_act_t thr_act, policy_t policy, policy_base_t base, mach_msg_type_number_t bas… in thread_policy()
50 thread_policy_set(thread_act_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, … in thread_policy_set()
65 thread_set_policy(thread_act_t thr_act, processor_set_t pset, policy_t policy, policy_base_t base, … in thread_set_policy()
/xnu-11417.121.6/tests/
H A Darm_matrix.h52 kern_return_t (*thread_get_state)(thread_act_t, void *);
53 kern_return_t (*thread_set_state)(thread_act_t, const void *);
H A Darm_matrix_sme.c419 sme_thread_get_state(thread_act_t thread, void *addr) in sme_thread_get_state()
494 sme_thread_set_state(thread_act_t thread, const void *addr) in sme_thread_set_state()
/xnu-11417.121.6/tools/tests/affinity/
H A Dtags.c85 thread_act_t *thread_array; in main()
/xnu-11417.121.6/bsd/sys/
H A Dpthread_shims.h249 kern_return_t (*thread_resume)(thread_act_t target_act);
/xnu-11417.121.6/bsd/kern/
H A Dkern_sig.c934 thread_act_t target_act; in __pthread_markcancel()
938 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel()
968 thread_act_t thread; in __pthread_canceled()
/xnu-11417.121.6/osfmk/kern/
H A Dthread.c3445 thread_act_t thread, in thread_get_mach_voucher()