Searched refs:threads_table_entry (Results 1 – 2 of 2) sorted by relevance
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()[all …]
13 struct threads_table_entry { struct21 struct threads_table_entry table[THREADS__TABLE_SIZE]; argument