Home
last modified time | relevance | path

Searched refs:threadinfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.bin/truss/
H A Dtruss.h86 struct threadinfo struct
88 LIST_ENTRY(threadinfo) entries;
102 LIST_HEAD(, threadinfo) threadlist; argument
113 struct threadinfo *curthread;
H A Dsetup.c264 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 …]
H A Dsyscall.h229 struct syscall *get_syscall(struct threadinfo *, u_int, u_int);
H A Dsyscalls.c889 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()
/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c72 struct threadinfo { struct
101 struct threadinfo volatile *t = arg; in f()