Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/nscd/
H A Dconfig.c132 res = pthread_mutex_init(&retval->positive_cache_lock, NULL); in create_configuration_entry()
143 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry()
153 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry()
249 pthread_mutex_destroy(&entry->positive_cache_lock); in destroy_configuration_entry()
475 pthread_mutex_lock(&entry->positive_cache_lock); in configuration_lock_entry()
499 pthread_mutex_unlock(&entry->positive_cache_lock); in configuration_unlock_entry()
H A Dconfig.h86 pthread_mutex_t positive_cache_lock; member