Lines Matching refs:thread
1552 * group-wide total, not its individual thread total.
1734 struct elf_thread_core_info *thread;
1745 * When a regset has a writeback hook, we call it on each thread before
1835 info->thread = NULL;
1846 * Figure out how many notes we're going to need for each thread.
1870 * Allocate a structure for each thread.
1880 if (ct->task == dump_task || !info->thread) {
1881 t->next = info->thread;
1882 info->thread = t;
1888 t->next = info->thread->next;
1889 info->thread->next = t;
1894 * Now fill in each thread's information.
1896 for (t = info->thread; t != NULL; t = t->next)
1924 * Write all the notes for each thread. When writing the first thread, the
1925 * process-wide notes are interleaved after the first thread-specific note.
1931 struct elf_thread_core_info *t = info->thread;
1963 struct elf_thread_core_info *threads = info->thread;
1979 /* Here is the structure in which status of each thread is captured. */
1985 struct task_struct *thread;
1991 * In order to add the specific thread information for the elf file format,
1998 struct task_struct *p = t->thread;
2068 ets->thread = ct->task;
2138 /* write out the thread status notes section */