Searched defs:private_thread_info (Results 1 – 3 of 3) sorted by relevance
187 struct private_thread_info { struct188 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 */
152 struct private_thread_info struct155 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;
91 struct private_thread_info { struct92 pthdb_pthread_t pdtid; /* thread's libpthdebug id */93 pthdb_tid_t tid; /* kernel thread id */