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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dloc.c52 pthread_mutex_t active_loc_mutex = PTHREAD_MUTEX_INITIALIZER; variable
86 (void) pthread_mutex_lock(&active_loc_mutex);
88 (void) pthread_mutex_unlock(&active_loc_mutex);
220 (void) pthread_mutex_lock(&active_loc_mutex);
223 (void) pthread_mutex_unlock(&active_loc_mutex);
388 (void) pthread_mutex_lock(&active_loc_mutex);
390 (void) pthread_mutex_unlock(&active_loc_mutex);
600 (void) pthread_mutex_lock(&active_loc_mutex);
603 (void) pthread_mutex_unlock(&active_loc_mutex);

Completed in 58 milliseconds