Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_thread_db.h267 typedef struct td_thrinfo struct
269 td_thragent_t *ti_ta_p; /* Process handle. */
270 unsigned int ti_user_flags; /* Unused. */
271 thread_t ti_tid; /* Thread ID returned by
273 char *ti_tls; /* Pointer to thread-local data. */
297 } td_thrinfo_t; argument