Searched refs:threadinfo (Results 1 – 5 of 5) sorted by relevance
86 struct threadinfo struct88 LIST_ENTRY(threadinfo) entries;102 LIST_HEAD(, threadinfo) threadlist; argument113 struct threadinfo *curthread;
264 struct threadinfo *nt; in new_thread()296 struct threadinfo *t; in add_threads()394 struct threadinfo *nt; in find_thread()515 struct threadinfo *t; in thread_exit_syscall()530 struct threadinfo *t; in exit_syscall()593 struct threadinfo *t; in print_line_prefix()624 struct threadinfo *t; in report_thread_death()635 struct threadinfo *t; in report_thread_birth()647 struct threadinfo *t; in report_exit()664 struct threadinfo *t; in report_new_child()[all …]
229 struct syscall *get_syscall(struct threadinfo *, u_int, u_int);
889 get_syscall(struct threadinfo *t, u_int number, u_int nargs) in get_syscall()2726 struct threadinfo *t; in print_syscall()2758 struct threadinfo *t; in print_syscall_ret()
72 struct threadinfo { struct101 struct threadinfo volatile *t = arg; in f()