Home
last modified time | relevance | path

Searched refs: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); in set_initf_key()
154 rc = thr_setspecific(initf_key, pbuf); in set_initf_key()
165 pbuf = pthread_getspecific(initf_key); in get_initf_key()
178 (void) thr_setspecific(initf_key, NULL); in clear_initf_key()