Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.h122 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef
182 typedef mach_port_t thread_act_t;
242 typedef thread_act_t *thread_act_array_t;
264 typedef thread_act_t thread_act_port_t;
288 #define THR_ACT_NULL ((thread_act_t) NULL)
317 #define THR_ACT_NULL ((thread_act_t) 0)
H A Dmach_types.defs203 type thread_act_t = mach_port_t
205 intran: thread_act_t convert_port_to_thread(mach_port_t)
206 outtran: mach_port_t convert_thread_to_port(thread_act_t)
207 destructor: thread_deallocate(thread_act_t)
212 cusertype: thread_act_t
214 intran: thread_act_t convert_port_to_thread(mach_port_t)
215 destructor: thread_deallocate(thread_act_t)
230 type thread_act_array_t = ^array[] of thread_act_t;
H A Dsemaphore.defs68 thread : thread_act_t);
H A Dtask.defs229 out child_act : thread_act_t);
247 out child_act : thread_act_t);
H A Dhost_priv.defs146 thread : thread_act_t;
/xnu-8020.140.41/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-8020.140.41/tools/tests/affinity/
H A Dtags.c85 thread_act_t *thread_array; in main()
/xnu-8020.140.41/bsd/sys/
H A Dpthread_shims.h250 kern_return_t (*thread_resume)(thread_act_t target_act);
/xnu-8020.140.41/bsd/kern/
H A Dkern_sig.c923 thread_act_t target_act; in __pthread_markcancel()
927 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel()
957 thread_act_t thread; in __pthread_canceled()
/xnu-8020.140.41/osfmk/kern/
H A Dthread.c3265 thread_act_t thread, in thread_get_mach_voucher()