Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dps.c694 static int get_ps(struct dirtree *new) in get_ps() function
998 if (!new->parent) return get_ps(new); in get_threads()
1002 if (!get_ps(new)) { in get_threads()
1013 new->child = dirtree_flagread(toybuf, DIRTREE_SHUTUP|DIRTREE_PROC, get_ps); in get_threads()
1353 ? get_threads : get_ps); in ps_main()
1487 (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? get_threads : get_ps); in top_common()
1913 dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, get_ps); in pgrep_main()