Searched refs:lookup_state_key (Results 1 – 2 of 2) sorted by relevance
76 static thread_key_t lookup_state_key; variable137 (void) thr_setspecific(lookup_state_key, NULL); in _nscd_get_clearance()142 (void) thr_setspecific(lookup_state_key, (void*)1); in _nscd_get_clearance()157 (void) thr_getspecific(lookup_state_key, (void**)&which); in _nscd_release_clearance()1154 (void) thr_keycreate(&lookup_state_key, NULL); in _nscd_setup_server()
142 static thread_key_t lookup_state_key; variable149 (void) thr_keycreate(&lookup_state_key, NULL); in initialize_lookup_clearance()161 (void) thr_setspecific(lookup_state_key, NULL); in get_clearance()176 (void) thr_setspecific(lookup_state_key, (void*)1); in get_clearance()193 (void) thr_getspecific(lookup_state_key, (void**)&which); in release_clearance()