Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h269 struct tsd_thread { struct
270 struct tsd_thread *ts_next; /* threads with TSD */
271 struct tsd_thread *ts_prev; /* threads with TSD */
272 uint_t ts_nkeys; /* entries in value array */
273 void **ts_value; /* array of value/key */