Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_dualq.c514 if (thread_update_add_thread(thread) == FALSE) { in sched_dualq_thread_update_scan()
H A Dsched_amp.c559 if (thread_update_add_thread(thread) == FALSE) { in sched_amp_thread_update_scan()
H A Dsched_prim.h417 extern boolean_t thread_update_add_thread(thread_t thread);
H A Dsched_prim.c6822 thread_update_add_thread(thread_t thread) in thread_update_add_thread() function
6907 if (thread_update_add_thread(thread) == FALSE) { in runq_scan_thread()
H A Dsched_clutch.c3607 if (thread_update_add_thread(thread) == FALSE) { in sched_clutch_thread_update_scan()