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