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

/system/core/toolbox/
H A Dschedtop.c26 struct thread_table { struct
44 struct thread_table processes;
45 struct thread_table last_processes;
46 struct thread_table threads;
47 struct thread_table last_threads;
49 static void grow_table(struct thread_table *table)
67 static struct thread_info *get_item(struct thread_table *table)
74 static void commit_item(struct thread_table *table)
251 struct thread_table tmp;

Completed in 3 milliseconds