Searched defs:tsd_thread (Results 1 – 1 of 1) sorted by relevance
263 struct tsd_thread { struct264 struct tsd_thread *ts_next; /* threads with TSD */265 struct tsd_thread *ts_prev; /* threads with TSD */266 uint_t ts_nkeys; /* entries in value array */267 void **ts_value; /* array of value/key */