Lines Matching refs:thread_list
1474 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump() local
1499 tmp->next = thread_list; in elf_fdpic_core_dump()
1500 thread_list = tmp; in elf_fdpic_core_dump()
1508 tmp->next = thread_list; in elf_fdpic_core_dump()
1509 thread_list = tmp; in elf_fdpic_core_dump()
1607 if (!writenote(thread_list->notes, cprm)) in elf_fdpic_core_dump()
1613 for (i = 1; i < thread_list->num_notes; i++) in elf_fdpic_core_dump()
1614 if (!writenote(thread_list->notes + i, cprm)) in elf_fdpic_core_dump()
1618 for (tmp = thread_list->next; tmp; tmp = tmp->next) { in elf_fdpic_core_dump()
1645 while (thread_list) { in elf_fdpic_core_dump()
1646 tmp = thread_list; in elf_fdpic_core_dump()
1647 thread_list = thread_list->next; in elf_fdpic_core_dump()