Lines Matching defs:table
26 struct threads_table_entry *table = &threads->table[i]; in threads__init() local
38 struct threads_table_entry *table = &threads->table[i]; in threads__exit() local
50 struct threads_table_entry *table = &threads->table[i]; in threads__nr() local
64 static struct thread *__threads_table_entry__get_last_match(struct threads_table_entry *table, in __threads_table_entry__get_last_match()
77 static void __threads_table_entry__set_last_match(struct threads_table_entry *table, in __threads_table_entry__set_last_match()
84 static void threads_table_entry__set_last_match(struct threads_table_entry *table, in threads_table_entry__set_last_match()
94 struct threads_table_entry *table = threads__table(threads, tid); in threads__find() local
111 struct threads_table_entry *table = threads__table(threads, tid); in threads__findnew() local
138 struct threads_table_entry *table = &threads->table[i]; in threads__remove_all_threads() local
156 struct threads_table_entry *table = threads__table(threads, thread__tid(thread)); in threads__remove() local
173 struct threads_table_entry *table = &threads->table[i]; in threads__for_each_thread() local