Home
last modified time | relevance | path

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

/freebsd/usr.bin/truss/
H A Dtruss.h89 struct threadinfo struct
91 LIST_ENTRY(threadinfo) entries;
116 LIST_HEAD(, threadinfo) threadlist; argument
130 struct threadinfo *curthread;
H A Dsetup.c75 static void enter_syscall(struct trussinfo *, struct threadinfo *,
332 static struct threadinfo *
335 struct threadinfo *nt; in new_thread()
346 nt = calloc(1, sizeof(struct threadinfo)); in new_thread()
356 free_thread(struct threadinfo *t) in free_thread()
367 struct threadinfo *t; in add_threads()
457 struct threadinfo *t, *t2; in free_proc()
510 struct threadinfo *nt; in find_thread()
542 alloc_syscall(struct threadinfo *t, struct ptrace_lwpinfo *pl) in alloc_syscall()
558 free_syscall(struct threadinfo *t) in free_syscall()
[all …]
H A Dsyscall.h231 struct syscall *get_syscall(struct threadinfo *, u_int, u_int);
H A Dsyscalls.c892 get_syscall(struct threadinfo *t, u_int number, u_int nargs) in get_syscall()
2839 struct threadinfo *t; in print_syscall()
2871 struct threadinfo *t; in print_syscall_ret()
/freebsd/usr.sbin/pmc/
H A Dview.hh105 struct threadinfo struct
107 threadinfo() : name("") { } in threadinfo() function
108 threadinfo(const std::string &name_) : name(name_) { } in threadinfo() function
109 ~threadinfo() { } in ~threadinfo() argument
125 threads = std::map<pid_t, threadinfo>(); in procinfo() argument
133 std::map<pid_t, threadinfo> threads;
H A Dview.cc422 procs[p.pl_pid].threads[p.pl_tid] = threadinfo(p.pl_tdname); in process()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c72 struct threadinfo { struct
101 struct threadinfo volatile *t = arg; in f()