Home
last modified time | relevance | path

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

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