Searched refs:SLOT_tid (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 269 SLOT_bits, /*32 or 64*/ SLOT_tid, // Thread ID enumerator 336 {"TID", "Thread ID", 5, SLOT_tid}, 727 slot[SLOT_tid] = *slot = atol(new->name); in get_ps() 734 if (*slot == slot[SLOT_tid]) slot = tb2->slot; in get_ps() 740 sprintf(buf, "%lld/stat", slot[SLOT_tid]); in get_ps() 786 sprintf(buf, "%lld/status", slot[SLOT_tid]); in get_ps() 800 sprintf(buf, "%lld/io", slot[SLOT_tid]); in get_ps() 827 sprintf(buf, "%lld/statm", slot[SLOT_tid]); in get_ps() 839 sprintf(buf, "%lld/exe", slot[SLOT_tid]); in get_ps() 848 get_sched_policy(slot[SLOT_tid], (void *)&slot[SLOT_pcy]); in get_ps() [all …]
|