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

/freebsd-current/usr.sbin/nscd/
H A Dconfig.h86 pthread_mutex_t mp_cache_lock; member in struct:configuration_entry
H A Dconfig.c149 res = pthread_mutex_init(&retval->mp_cache_lock, NULL);
249 pthread_mutex_destroy(&entry->mp_cache_lock);
479 pthread_mutex_lock(&entry->mp_cache_lock);
503 pthread_mutex_unlock(&entry->mp_cache_lock);

Completed in 87 milliseconds