Home
last modified time | relevance | path

Searched refs:thread_update_add_thread (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dsched_dualq.c515 if (thread_update_add_thread(thread) == FALSE) { in sched_dualq_thread_update_scan()
H A Dsched_amp.c565 if (thread_update_add_thread(thread) == FALSE) { in sched_amp_thread_update_scan()
H A Dsched_traditional.c779 if (thread_update_add_thread(thread) == FALSE) { in sched_traditional_thread_update_scan()
H A Dsched_prim.h377 extern boolean_t thread_update_add_thread(thread_t thread);
H A Dsched_multiq.c1457 if (thread_update_add_thread(thread) == FALSE) { in sched_multiq_thread_update_scan()
H A Dsched_prim.c6741 thread_update_add_thread(thread_t thread) in thread_update_add_thread() function
6785 if (thread_update_add_thread(thread) == FALSE) { in runq_scan_thread()
H A Dsched_clutch.c3115 if (thread_update_add_thread(thread) == FALSE) { in sched_clutch_thread_update_scan()