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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched.h162 #define DEPRESSPRI MAXPRI_THROTTLE macro
164 #define DEPRESSPRI MINPRI /* depress priority */ macro
H A Dsyscall_subr.c353 self->sched_pri = DEPRESSPRI;
448 self->sched_pri = DEPRESSPRI;
H A Dpriority.c131 thread->priority = DEPRESSPRI;
H A Dlocks.c745 thread->sched_pri, DEPRESSPRI, 0, lck, 0);
747 set_sched_pri(thread, DEPRESSPRI);
H A Dhost.c241 priority_info->depress_priority = DEPRESSPRI;
H A Dthread_act.c793 thread->sched_pri = DEPRESSPRI;
H A Dthread.c1235 ts_info->base_priority = DEPRESSPRI;
1283 rr_info->base_priority = DEPRESSPRI;
H A Dthread_call.c211 return DEPRESSPRI;
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c1843 thread->sched_pri, DEPRESSPRI, 0, mutex, 0);
1845 set_sched_pri(thread, DEPRESSPRI);

Completed in 50 milliseconds