Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/nscd/
HDconfig.c141 res = pthread_mutex_init(&retval->negative_cache_lock, NULL); in create_configuration_entry()
154 pthread_mutex_destroy(&retval->negative_cache_lock); in create_configuration_entry()
250 pthread_mutex_destroy(&entry->negative_cache_lock); in destroy_configuration_entry()
478 pthread_mutex_lock(&entry->negative_cache_lock); in configuration_lock_entry()
502 pthread_mutex_unlock(&entry->negative_cache_lock); in configuration_unlock_entry()
HDconfig.h87 pthread_mutex_t negative_cache_lock; member