Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c284 SLOT_nice, /*nice level*/ SLOT_numthreads,// thread count enumerator
322 {"NI", 3, SLOT_nice}, {"ADDR", 4+sizeof(long), SLOT_eip},
497 if (slot[SLOT_nice]<0) *s++ = '<'; in string_field()
498 else if (slot[SLOT_nice]>0) *s++ = 'N'; in string_field()