Home
last modified time | relevance | path

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

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