Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c205 SLOT_nice, /*nice level*/ SLOT_numthreads,// thread count enumerator
279 {"NI", "Niceness (static 19 to -20)", 3, SLOT_nice},
569 if (slot[SLOT_nice]<0) *s++ = '<'; in string_field()
570 else if (slot[SLOT_nice]>0) *s++ = 'N'; in string_field()
/third_party/toybox/toys/posix/
H A Dps.c248 SLOT_nice, /*nice level*/ SLOT_numthreads,// thread count enumerator
322 {"NI", "Niceness (static 19 to -20)", 3, SLOT_nice},
612 if (slot[SLOT_nice]<0) *s++ = '<'; in string_field()
613 else if (slot[SLOT_nice]>0) *s++ = 'N'; in string_field()

Completed in 6 milliseconds