Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.h442 extern bool thread_is_eager_preempt(thread_t thread);
H A Dthread.h1827 bool thread_is_eager_preempt(thread_t thread);
H A Dprocessor.c538 processor->current_is_eagerpreempt = thread_is_eager_preempt(thread); in processor_state_update_from_thread()
H A Dsched_prim.c6191 return check_reason | result | (thread_is_eager_preempt(thread) ? AST_URGENT : AST_NONE); in csw_check_locked()
7384 thread_is_eager_preempt(thread_t thread) in thread_is_eager_preempt() function
7395 assert(!thread_is_eager_preempt(thread)); in thread_set_eager_preempt()
7429 assert(thread_is_eager_preempt(thread)); in thread_clear_eager_preempt()
/xnu-11215/bsd/kern/
H A Dkdebug_common.c622 set_preempt = !(thread_is_eager_preempt(current_thread())); in kernel_debug_read()