Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c1625 boolean_t oncpu; in thread_stop() local
1653 while ((oncpu = thread_isoncpu(thread)) || in thread_stop()
1655 if (oncpu) { in thread_stop()
1756 boolean_t oncpu; in thread_wait() local
1770 while ((oncpu = thread_isoncpu(thread)) || in thread_wait()
1772 if (oncpu) { in thread_wait()