Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Duw-thread.c187 struct private_thread_info { struct
188 int stable; /* 0 if libthread.so is modifying thread map */
189 int thrid; /* thread id assigned by libthread.so */
190 int lwpid; /* thread's lwp if .stable, 0 means no lwp */
191 CORE_ADDR mapp; /* address of thread's map structure */
Dthread-db.c151 struct private_thread_info struct
154 unsigned int th_valid:1;
155 unsigned int ti_valid:1;
157 td_thrhandle_t th;
158 td_thrinfo_t ti;