Home
last modified time | relevance | path

Searched refs:negative_cache_lock (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/nscd/
H A Dconfig.c139 res = pthread_mutex_init(&retval->negative_cache_lock, NULL); in create_configuration_entry()
152 pthread_mutex_destroy(&retval->negative_cache_lock); in create_configuration_entry()
248 pthread_mutex_destroy(&entry->negative_cache_lock); in destroy_configuration_entry()
476 pthread_mutex_lock(&entry->negative_cache_lock); in configuration_lock_entry()
500 pthread_mutex_unlock(&entry->negative_cache_lock); in configuration_unlock_entry()
H A Dconfig.h85 pthread_mutex_t negative_cache_lock; member