threads_table_entry
struct threads_table_entry *table = threads__table(threads, tid);
struct threads_table_entry *table = &threads->table[i];
struct threads_table_entry *table = threads__table(threads, thread__tid(thread));
struct threads_table_entry *table = &threads->table[i];
struct threads_table_entry *table = &threads->table[i];
struct threads_table_entry *table = &threads->table[i];
struct threads_table_entry *table = &threads->table[i];
static struct threads_table_entry *threads__table(struct threads *threads, pid_t tid)
static struct thread *__threads_table_entry__get_last_match(struct threads_table_entry *table,
static void __threads_table_entry__set_last_match(struct threads_table_entry *table,
static void threads_table_entry__set_last_match(struct threads_table_entry *table,
struct threads_table_entry *table = threads__table(threads, tid);
struct threads_table_entry table[THREADS__TABLE_SIZE];