Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dthread.h264 struct tsd_thread { struct
265 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 */