Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c269 SLOT_bits, /*32 or 64*/ SLOT_tid, // Thread ID enumerator
336 {"TID", "Thread ID", 5, SLOT_tid},
719 slot[SLOT_tid] = *slot = atol(new->name); in get_ps()
726 if (*slot == slot[SLOT_tid]) slot = tb2->slot; in get_ps()
732 sprintf(buf, "%lld/stat", slot[SLOT_tid]); in get_ps()
778 sprintf(buf, "%lld/status", slot[SLOT_tid]); in get_ps()
792 sprintf(buf, "%lld/io", slot[SLOT_tid]); in get_ps()
819 sprintf(buf, "%lld/statm", slot[SLOT_tid]); in get_ps()
831 sprintf(buf, "%lld/exe", slot[SLOT_tid]); in get_ps()
840 get_sched_policy(slot[SLOT_tid], (void *)&slot[SLOT_pcy]); in get_ps()
[all …]