Searched refs:negative_cache_lock (Results 1 – 2 of 2) sorted by relevance
139 res = pthread_mutex_init(&retval->negative_cache_lock, NULL); in create_configuration_entry()152 pthread_mutex_destroy(&retval->negative_cache_lock); in create_configuration_entry()248 pthread_mutex_destroy(&entry->negative_cache_lock); in destroy_configuration_entry()476 pthread_mutex_lock(&entry->negative_cache_lock); in configuration_lock_entry()500 pthread_mutex_unlock(&entry->negative_cache_lock); in configuration_unlock_entry()
85 pthread_mutex_t negative_cache_lock; member