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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c67 static pthread_mutex_t event_mutex = PTHREAD_MUTEX_INITIALIZER; variable
143 (void) pthread_mutex_lock(&event_mutex);
168 (void) pthread_mutex_unlock(&event_mutex);
185 (void) pthread_mutex_lock(&event_mutex);
192 (void) pthread_mutex_unlock(&event_mutex);
334 (void) pthread_mutex_lock(&event_mutex);
337 (void) pthread_mutex_unlock(&event_mutex);
355 (void) pthread_mutex_unlock(&event_mutex);

Completed in 185 milliseconds