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

/freebsd-10.1-release/usr.bin/truss/
H A Dtruss.h38 struct threadinfo struct
40 SLIST_ENTRY(threadinfo) entries;
60 struct threadinfo *curthread;
62 SLIST_HEAD(, threadinfo) threadlist;
H A Dsetup.c149 * If it is a new thread, create a threadinfo structure
154 struct threadinfo *np;
164 np = (struct threadinfo *)calloc(1, sizeof(struct threadinfo));
/freebsd-10.1-release/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 58 milliseconds