Home
last modified time | relevance | path

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

/src/usr.sbin/nscd/
H A Dconfig.c130 res = pthread_mutex_init(&retval->positive_cache_lock, NULL); in create_configuration_entry()
141 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry()
151 pthread_mutex_destroy(&retval->positive_cache_lock); in create_configuration_entry()
247 pthread_mutex_destroy(&entry->positive_cache_lock); in destroy_configuration_entry()
473 pthread_mutex_lock(&entry->positive_cache_lock); in configuration_lock_entry()
497 pthread_mutex_unlock(&entry->positive_cache_lock); in configuration_unlock_entry()
H A Dconfig.h84 pthread_mutex_t positive_cache_lock; member