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

/osnet-11/usr/src/lib/libmapid/common/
H A Dmapid.h121 static thread_key_t s_thr_key; variable
H A Dmapid.c1158 (void) thr_getspecific(s_thr_key, &tsd);
1165 (void) thr_setspecific(s_thr_key, tsd);
1200 (void) thr_keycreate(&s_thr_key, NULL);

Completed in 65 milliseconds