Searched defs:proc_thr_cmp (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dtop.c107 static int proc_thr_cmp(const void *a, const void *b);
158 if (!strcmp(argv[i], "thr")) { proc_cmp = &proc_thr_cmp; continue; }
172 if (threads && proc_cmp == &proc_thr_cmp) {
544 static int proc_thr_cmp(const void *a, const void *b) { function

Completed in 29 milliseconds