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

/system/core/toolbox/
H A Dschedtop.c24 struct thread_table { struct
42 struct thread_table processes;
43 struct thread_table last_processes;
44 struct thread_table threads;
45 struct thread_table last_threads;
47 static void grow_table(struct thread_table *table)
65 static struct thread_info *get_item(struct thread_table *table)
72 static void commit_item(struct thread_table *table)
249 struct thread_table tmp;

Completed in 75 milliseconds