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

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs94 target_act : thread_act_t;
109 target_act : thread_act_t;
123 target_act : thread_act_t;
138 target_act : thread_act_t;
151 target_act : thread_act_t);
158 target_act : thread_act_t);
170 target_act : thread_act_t);
185 target_act : thread_act_t);
189 thread : thread_act_t);
197 thr_act : thread_act_t;
[all...]
H A Dsemaphore.defs68 thread : thread_act_t);
H A Dmach_types.h119 typedef struct thread *thread_t, *thread_act_t; typedef in typeref:struct:
162 typedef mach_port_t thread_act_t;
210 typedef thread_act_t *thread_act_array_t;
232 typedef thread_act_t thread_act_port_t;
249 #define THR_ACT_NULL ((thread_act_t) 0)
H A Dmach_types.defs130 type thread_act_t = mach_port_t
132 intran: thread_act_t convert_port_to_thread(mach_port_t)
133 outtran: mach_port_t convert_thread_to_port(thread_act_t)
134 destructor: thread_deallocate(thread_act_t)
139 cusertype: thread_act_t
141 intran: thread_act_t convert_port_to_thread(mach_port_t)
142 destructor: thread_deallocate(thread_act_t)
157 type thread_act_array_t = ^array[] of thread_act_t;
H A Dsync.defs139 thread : thread_act_t);
H A Dtask.defs182 out child_act : thread_act_t);
200 out child_act : thread_act_t);
H A Dhost_priv.defs139 thread : thread_act_t;
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h53 thread_act_t target_act
64 thread_act_t target_act,
78 thread_act_t target_act,
92 thread_act_t target_act,
106 thread_act_t target_act,
120 thread_act_t target_act
131 thread_act_t target_act
142 thread_act_t target_act
153 thread_act_t target_act
164 thread_act_t threa
[all...]
H A Dtask.h196 thread_act_t *child_act
211 thread_act_t *child_act
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dtags.c87 thread_act_t *thread_array;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c867 thread_act_t target_act;
871 target_act = (thread_act_t)port_name_to_thread(uap->thread_port);
899 thread_act_t thread;

Completed in 54 milliseconds