Lines Matching refs:threads_table_entry
6 static struct threads_table_entry *threads__table(struct threads *threads, pid_t tid) in threads__table()
26 struct threads_table_entry *table = &threads->table[i]; in threads__init()
38 struct threads_table_entry *table = &threads->table[i]; in threads__exit()
50 struct threads_table_entry *table = &threads->table[i]; in threads__nr()
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()
111 struct threads_table_entry *table = threads__table(threads, tid); in threads__findnew()
138 struct threads_table_entry *table = &threads->table[i]; in threads__remove_all_threads()
156 struct threads_table_entry *table = threads__table(threads, thread__tid(thread)); in threads__remove()
173 struct threads_table_entry *table = &threads->table[i]; in threads__for_each_thread()