Searched defs:private_thread_info (Results 1 – 2 of 2) 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 */
151 struct private_thread_info struct154 unsigned int th_valid:1;155 unsigned int ti_valid:1;157 td_thrhandle_t th;158 td_thrinfo_t ti;