Lines Matching refs:threadinfo
69 static void enter_syscall(struct trussinfo *, struct threadinfo *,
261 static struct threadinfo *
264 struct threadinfo *nt; in new_thread()
275 nt = calloc(1, sizeof(struct threadinfo)); in new_thread()
285 free_thread(struct threadinfo *t) in free_thread()
296 struct threadinfo *t; in add_threads()
354 struct threadinfo *t, *t2; in free_proc()
394 struct threadinfo *nt; in find_thread()
426 alloc_syscall(struct threadinfo *t, struct ptrace_lwpinfo *pl) in alloc_syscall()
442 free_syscall(struct threadinfo *t) in free_syscall()
453 enter_syscall(struct trussinfo *info, struct threadinfo *t, in enter_syscall()
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()
730 struct threadinfo *t; in report_signal()