Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/nscd/
H A Dconfig.c151 res = pthread_mutex_init(&retval->mp_cache_lock, NULL); in create_configuration_entry()
251 pthread_mutex_destroy(&entry->mp_cache_lock); in destroy_configuration_entry()
481 pthread_mutex_lock(&entry->mp_cache_lock); in configuration_lock_entry()
505 pthread_mutex_unlock(&entry->mp_cache_lock); in configuration_unlock_entry()
H A Dconfig.h88 pthread_mutex_t mp_cache_lock; member