Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c1377 boolean_t oncpu; in thread_stop() local
1405 while ((oncpu = thread_isoncpu(thread)) || in thread_stop()
1409 if (oncpu) { in thread_stop()
1501 boolean_t oncpu; in thread_wait() local
1515 while ((oncpu = thread_isoncpu(thread)) || in thread_wait()
1517 if (oncpu) { in thread_wait()