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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c859 * will be waiting on current_config->config_mutex. This ensures that
860 * no caller with be waiting on cfg->config_mutex while it is being
868 (void) mutex_lock(&cfg->config_mutex);
870 (void) mutex_unlock(&cfg->config_mutex);
888 (void) mutex_lock(&cfg->config_mutex);
898 (void) mutex_unlock(&cfg->config_mutex);
971 (void) mutex_lock(&cfg->config_mutex);
976 (void) mutex_unlock(&cfg->config_mutex);
1022 (void) mutex_init(&ret->config_mutex, USYNC_THREAD, NULL);
H A Dns_internal.h437 mutex_t config_mutex; member in struct:ns_config

Completed in 64 milliseconds