Lines Matching refs:thread_t

88 						thread_t	thread);
92 thread_t thread);
96 thread_t thread,
101 thread_t thread,
106 thread_t thread,
111 thread_t old_thread,
112 thread_t new_thread);
116 thread_t self,
119 thread_t new_thread);
123 thread_t old_thread);
133 thread_t thread,
138 thread_t thread,
143 thread_t thread,
148 thread_t thread);
155 thread_t thread);
158 thread_t thread);
161 thread_t thread);
163 extern void sched_traditional_quantum_expire(thread_t thread);
183 thread_t thread,
201 thread_t thread);
204 extern thread_t choose_thread(
211 thread_t thread);
216 extern thread_t run_queue_dequeue(
222 thread_t thread,
227 thread_t thread);
231 thread_t thread);
238 thread_t thread);
248 void sched_traditional_fairshare_enqueue(thread_t thread);
250 thread_t sched_traditional_fairshare_dequeue(void);
252 boolean_t sched_traditional_fairshare_queue_remove(thread_t thread);
262 void sched_grrr_fairshare_enqueue(thread_t thread);
264 thread_t sched_grrr_fairshare_dequeue(void);
266 boolean_t sched_grrr_fairshare_queue_remove(thread_t thread);
276 thread_t thread,
281 thread_t thread,
347 thread_t thread,
469 thread_t (*choose_thread)(
477 thread_t (*steal_thread)(
485 thread_t thread,
494 thread_t thread);
501 thread_t thread,
511 thread_t thread);
542 uint32_t (*initial_quantum_size)(thread_t thread);
555 boolean_t (*can_update_priority)(thread_t thread);
561 void (*update_priority)(thread_t thread);
564 void (*lightweight_update_priority)(thread_t thread);
567 void (*quantum_expire)(thread_t thread);
594 void (*fairshare_enqueue)(thread_t thread);
596 thread_t (*fairshare_dequeue)(void);
598 boolean_t (*fairshare_queue_remove)(thread_t thread);