Searched refs:threadinfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/truss/ |
H A D | setup.c | 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() [all …]
|
H A D | truss.h | 86 struct threadinfo struct 88 LIST_ENTRY(threadinfo) entries; 102 LIST_HEAD(, threadinfo) threadlist; argument 113 struct threadinfo *curthread;
|
H A D | syscall.h | 229 struct syscall *get_syscall(struct threadinfo *, u_int, u_int);
|
H A D | syscalls.c | 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()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_kill.c | 72 struct threadinfo { struct 101 struct threadinfo volatile *t = arg; in f()
|