Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dsched_dualq.c515 if (thread_update_add_thread(thread) == FALSE) { in sched_dualq_thread_update_scan()
H A Dsched_traditional.c779 if (thread_update_add_thread(thread) == FALSE) { in sched_traditional_thread_update_scan()
H A Dsched_amp.c571 if (thread_update_add_thread(thread) == FALSE) { in sched_amp_thread_update_scan()
H A Dsched_prim.h408 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.c7062 thread_update_add_thread(thread_t thread) in thread_update_add_thread() function
7106 if (thread_update_add_thread(thread) == FALSE) { in runq_scan_thread()
H A Dsched_clutch.c3103 if (thread_update_add_thread(thread) == FALSE) { in sched_clutch_thread_update_scan()