• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/osfmk/kern/

Lines Matching refs:thread_t

88 						thread_t	thread,
93 thread_t thread);
97 thread_t thread,
102 thread_t thread,
107 thread_t thread,
112 thread_t old_thread,
113 thread_t new_thread);
117 thread_t self,
120 thread_t new_thread);
124 thread_t old_thread);
134 thread_t thread,
139 thread_t thread,
144 thread_t thread,
149 thread_t thread);
156 thread_t thread);
159 thread_t thread);
162 thread_t thread);
164 extern void sched_traditional_quantum_expire(thread_t thread);
184 thread_t thread,
202 thread_t thread);
205 extern thread_t choose_thread(
212 thread_t thread);
217 extern thread_t run_queue_dequeue(
223 thread_t thread,
228 thread_t thread);
232 thread_t thread);
239 thread_t thread);
249 void sched_traditional_fairshare_enqueue(thread_t thread);
251 thread_t sched_traditional_fairshare_dequeue(void);
253 boolean_t sched_traditional_fairshare_queue_remove(thread_t thread);
263 void sched_grrr_fairshare_enqueue(thread_t thread);
265 thread_t sched_grrr_fairshare_dequeue(void);
267 boolean_t sched_grrr_fairshare_queue_remove(thread_t thread);
277 thread_t thread,
282 thread_t thread,
321 thread_t thread,
330 thread_t nthread);
355 thread_t thread,
462 thread_t (*choose_thread)(
470 thread_t (*steal_thread)(
478 thread_t thread,
487 thread_t thread);
494 thread_t thread,
504 thread_t thread);
535 uint32_t (*initial_quantum_size)(thread_t thread);
548 boolean_t (*can_update_priority)(thread_t thread);
554 void (*update_priority)(thread_t thread);
557 void (*lightweight_update_priority)(thread_t thread);
560 void (*quantum_expire)(thread_t thread);
587 void (*fairshare_enqueue)(thread_t thread);
589 thread_t (*fairshare_dequeue)(void);
591 boolean_t (*fairshare_queue_remove)(thread_t thread);