Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c3512 boolean_t should_terminate = FALSE; in thread_dispatch() local
3521 should_terminate = TRUE; in thread_dispatch()
3546 machine_thread_going_off_core(thread, should_terminate, processor->last_dispatch, FALSE); in thread_dispatch()
3568 if (should_terminate) { in thread_dispatch()