Searched refs:RLIMIT_NICE (Results 1 – 3 of 3) sorted by relevance
44 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to macro87 [RLIMIT_NICE] = { 0, 0 }, \
95 if (getrlimit(RLIMIT_NICE, &rlim) != 0) { in SetProcessBackgrounded()
3238 #ifdef RLIMIT_NICE in c_ulimit()3239 { "maxnice", RLIMIT_NICE, 1, 'e' }, in c_ulimit()