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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c145 static thread_key_t initf_key = THR_ONCE_KEY; variable
152 rc = thr_keycreate_once(&initf_key, NULL);
154 rc = thr_setspecific(initf_key, pbuf);
165 pbuf = pthread_getspecific(initf_key);
178 (void) thr_setspecific(initf_key, NULL);

Completed in 93 milliseconds