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

/freebsd-current/usr.sbin/nscd/
H A Dconfig.h85 pthread_mutex_t negative_cache_lock; member in struct:configuration_entry
H A Dconfig.c139 res = pthread_mutex_init(&retval->negative_cache_lock, NULL);
152 pthread_mutex_destroy(&retval->negative_cache_lock);
248 pthread_mutex_destroy(&entry->negative_cache_lock);
476 pthread_mutex_lock(&entry->negative_cache_lock);
500 pthread_mutex_unlock(&entry->negative_cache_lock);

Completed in 122 milliseconds