Searched defs:cfg_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c85 static mutex_t cfg_mutex = DEFAULTMUTEX; variable
336 (void) mutex_lock(&cfg_mutex);
339 (void) mutex_unlock(&cfg_mutex);
345 (void) mutex_unlock(&cfg_mutex);
360 (void) mutex_lock(&cfg_mutex);
363 (void) mutex_unlock(&cfg_mutex);
428 (void) mutex_unlock(&cfg_mutex);
468 (void) mutex_lock(&cfg_mutex);
518 (void) mutex_unlock(&cfg_mutex);

Completed in 58 milliseconds