Home
last modified time | relevance | path

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

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