Searched refs:threadinfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.bin/truss/
H A Dtruss.h86 struct threadinfo struct
88 LIST_ENTRY(threadinfo) entries;
102 LIST_HEAD(, threadinfo) threadlist;
113 struct threadinfo *curthread;
H A Dsetup.c71 static void enter_syscall(struct trussinfo *, struct threadinfo *,
255 static struct threadinfo *
258 struct threadinfo *nt;
269 nt = calloc(1, sizeof(struct threadinfo));
279 free_thread(struct threadinfo *t)
290 struct threadinfo *t;
348 struct threadinfo *t, *t2;
388 struct threadinfo *nt;
420 alloc_syscall(struct threadinfo *t, struct ptrace_lwpinfo *pl)
436 free_syscall(struct threadinfo *
[all...]
H A Dsyscall.h229 struct syscall *get_syscall(struct threadinfo *, u_int, u_int);
H A Dsyscalls.c1007 get_syscall(struct threadinfo *t, u_int number, u_int nargs)
2721 struct threadinfo *t;
2753 struct threadinfo *t;
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_kill.c72 struct threadinfo { struct
101 struct threadinfo volatile *t = arg;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote.c1110 /* About these extended threadlist and threadinfo packets. They are
1131 equivalint to the reply of the remote threadinfo packet */
1521 warning ("Incomplete response to threadinfo request\n");
1537 warning ("ERROR RMT: threadinfo tag mismatch\n");
1861 struct gdb_ext_thread_info threadinfo;
1889 if (remote_get_threadinfo (&id, set, &threadinfo))
1890 if (threadinfo.active)
1892 if (*threadinfo.shortname)
1893 n += sprintf(&display_buf[0], " Name: %s,", threadinfo.shortname);
1894 if (*threadinfo
1857 struct gdb_ext_thread_info threadinfo; local
[all...]

Completed in 118 milliseconds