Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.h407 extern bool thread_is_eager_preempt(thread_t thread);
H A Dthread.h1601 bool thread_is_eager_preempt(thread_t thread);
H A Dprocessor.c463 processor->current_is_eagerpreempt = thread_is_eager_preempt(thread); in processor_state_update_from_thread()
H A Dsched_prim.c5662 return check_reason | result | (thread_is_eager_preempt(thread) ? AST_URGENT : AST_NONE); in csw_check_locked()
6808 thread_is_eager_preempt(thread_t thread) in thread_is_eager_preempt() function
6819 assert(!thread_is_eager_preempt(thread)); in thread_set_eager_preempt()
6853 assert(thread_is_eager_preempt(thread)); in thread_clear_eager_preempt()
/xnu-8020.140.41/bsd/kern/
H A Dkdebug_common.c611 set_preempt = !(thread_is_eager_preempt(current_thread())); in kernel_debug_read()