Home
last modified time | relevance | path

Searched defs:thread_info (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbthread.h129 struct thread_info struct
131 struct thread_info *next; argument
132 ptid_t ptid; /* "Actual process id";
135 int num; /* Convenient handle (GDB thread id) */
139 char *name;
145 int executing;
154 int state;
159 int refcount;
163 struct thread_control_state control;
167 struct thread_suspend_state suspend;
[all …]
H A Dthread.c362 iterate_over_threads (int (*callback) (struct thread_info *, void *), in iterate_over_threads()
/dflybsd-src/usr.bin/evtranalyze/
H A Devtranalyze.c451 struct thread_info { struct
452 uint64_t runtime;
/dflybsd-src/contrib/gdb-7/gdb/stubs/
H A Dia64vms-stub.c846 pthreadDebugKThreadInfo_p thread_info) in kthdinfo_callback()