Home
last modified time | relevance | path

Searched refs:PRIO_MIN (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/
H A Dxnu_quick_test_getsetpriority.c27 my_new_priority = (my_priority == PRIO_MIN) ? (my_priority + 10) : (PRIO_MIN);
/xnu-12377.1.9/bsd/sys/
H A Dresource.h118 #define PRIO_MIN -20 macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_resource.c711 if (n < PRIO_MIN) { in donice()
712 n = PRIO_MIN; in donice()