Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c248 SLOT_nice, /*nice level*/ SLOT_numthreads,// thread count enumerator
322 {"NI", "Niceness (static 19 to -20)", 3, SLOT_nice},
604 if (slot[SLOT_nice]<0) *s++ = '<'; in string_field()
605 else if (slot[SLOT_nice]>0) *s++ = 'N'; in string_field()