Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/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.c152 struct private_thread_info struct
155 unsigned int dying:1;
158 unsigned int th_valid:1;
159 unsigned int ti_valid:1;
161 td_thrhandle_t th;
162 td_thrinfo_t ti;
Daix-thread.c91 struct private_thread_info { struct
92 pthdb_pthread_t pdtid; /* thread's libpthdebug id */
93 pthdb_tid_t tid; /* kernel thread id */