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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c76 static thread_key_t lookup_state_key; variable
137 (void) thr_setspecific(lookup_state_key, NULL);
142 (void) thr_setspecific(lookup_state_key, (void*)1);
157 (void) thr_getspecific(lookup_state_key, (void**)&which);
1154 (void) thr_keycreate(&lookup_state_key, NULL);
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c142 static thread_key_t lookup_state_key; variable
149 (void) thr_keycreate(&lookup_state_key, NULL);
161 (void) thr_setspecific(lookup_state_key, NULL);
176 (void) thr_setspecific(lookup_state_key, (void*)1);
193 (void) thr_getspecific(lookup_state_key, (void**)&which);

Completed in 49 milliseconds