Searched refs:BASEPRI_PREEMPT (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched.h146 #define BASEPRI_PREEMPT (MAXPRI_KERNEL - 2) /* 93 */ macro
H A Dthread_call.c205 return BASEPRI_PREEMPT;
275 if (group->pri < BASEPRI_PREEMPT) {
341 result = kernel_thread_start_priority((thread_continue_t)thread_call_daemon, NULL, BASEPRI_PREEMPT + 1, &thread);
H A Dsched_proto.c501 if (priority >= BASEPRI_PREEMPT)
H A Dsched_fixedpriority.c544 if (priority >= BASEPRI_PREEMPT)
H A Dsched_grrr.c460 if (priority >= BASEPRI_PREEMPT)
H A Dthread.c628 result = kernel_thread_start_priority((thread_continue_t)thread_stack_daemon, NULL, BASEPRI_PREEMPT, &thread);
H A Dsched_prim.c762 for (i = BASEPRI_PREEMPT; i <= MAXPRI; ++i)
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c3086 self->priority = BASEPRI_PREEMPT - 1;
3173 BASEPRI_PREEMPT - 1,
3232 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_internal, NULL, BASEPRI_PREEMPT - 1, &vm_pageout_internal_iothread);
H A Dvm_object.c708 BASEPRI_PREEMPT - 1,

Completed in 73 milliseconds