Searched refs:SLOT_pid (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | ps.c | 240 SLOT_pid, /*process id*/ SLOT_ppid, // parent process id enumerator 319 {"PID", "Process ID", 5, SLOT_pid}, 463 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process() 1032 tb->slot[SLOT_pid] = pid; in get_threads() 1520 int merge_idx = (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? SLOT_tid : SLOT_pid; in top_common()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 197 SLOT_pid, /*process id*/ SLOT_ppid, // parent process id enumerator 276 {"PID", "Process ID", 5, SLOT_pid}, 420 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process() 989 tb->slot[SLOT_pid] = pid; in get_threads()
|
Completed in 7 milliseconds