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

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

Completed in 121 milliseconds