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

/freebsd-10-stable/usr.sbin/nscd/
H A Dconfig.h87 pthread_mutex_t negative_cache_lock; member in struct:configuration_entry
H A Dconfig.c141 res = pthread_mutex_init(&retval->negative_cache_lock, NULL);
154 pthread_mutex_destroy(&retval->negative_cache_lock);
250 pthread_mutex_destroy(&entry->negative_cache_lock);
478 pthread_mutex_lock(&entry->negative_cache_lock);
502 pthread_mutex_unlock(&entry->negative_cache_lock);

Completed in 101 milliseconds