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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched.h86 #define DEPRESSPRI MINPRI /* depress priority */ macro
H A Dsyscall_subr.c332 self->sched_pri = DEPRESSPRI;
427 self->sched_pri = DEPRESSPRI;
H A Dpriority.c108 thread->priority = DEPRESSPRI;
H A Dhost.c234 priority_info->depress_priority = DEPRESSPRI;
H A Dlocks.c704 thread->sched_pri, DEPRESSPRI, 0, (int)lck, 0);
706 set_sched_pri(thread, DEPRESSPRI);
H A Dthread.c978 ts_info->base_priority = DEPRESSPRI;
1024 rr_info->base_priority = DEPRESSPRI;
H A Dthread_act.c760 thread->sched_pri = DEPRESSPRI;

Completed in 85 milliseconds