OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_thread_stats
(Results
1 - 1
of
1
) sorted by null
/system/extras/latencytop/
latencytop.c
45
static struct latency_entry *
read_thread_stats
(struct latency_entry *list, int erase, int pid, int tid, int fatal);
147
e =
read_thread_stats
(e, erase, pid, tid, 1);
223
e =
read_thread_stats
(e, erase, pid, tid, 0);
231
static struct latency_entry *
read_thread_stats
(struct latency_entry *list, int erase, int pid, int tid, int fatal) {
function
Completed in 229 milliseconds