Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.h142 thread_allowed_for_handoff(
H A Dsched_prim.c1134 thread_allowed_for_handoff( in thread_allowed_for_handoff() function
1187 if (try_handoff && thread_allowed_for_handoff(thread)) { in thread_go()