OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_threads
(Results
1 - 1
of
1
) sorted by null
/system/core/toolbox/
schedtop.c
47
struct thread_table
last_threads
;
variable in typeref:struct:thread_table
175
for (i = 0; i <
last_threads
.active; i++) {
176
int epid =
last_threads
.data[i].pid;
177
int tid =
last_threads
.data[i].tid;
185
else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count -
last_threads
.data[i].run_count)
187
NS_TO_S_D(threads.data[j].exec_time -
last_threads
.data[i].exec_time),
188
NS_TO_S_D(threads.data[j].delay_time -
last_threads
.data[i].delay_time),
189
threads.data[j].run_count -
last_threads
.data[i].run_count,
256
tmp =
last_threads
;
257
last_threads
= threads
[
all
...]
Completed in 42 milliseconds