Searched defs:s_thr_key (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.h121 static thread_key_t s_thr_key; variable
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c97 static thread_key_t s_thr_key; variable
651 (void) thr_getspecific(s_thr_key, (void **)&tsd);
662 (void) thr_setspecific(s_thr_key, tsd);
956 (void) thr_keycreate(&s_thr_key, NULL);

Completed in 471 milliseconds