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

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c66 static pthread_mutex_t event_mutex = PTHREAD_MUTEX_INITIALIZER; variable
142 (void) pthread_mutex_lock(&event_mutex);
167 (void) pthread_mutex_unlock(&event_mutex);
184 (void) pthread_mutex_lock(&event_mutex);
191 (void) pthread_mutex_unlock(&event_mutex);
333 (void) pthread_mutex_lock(&event_mutex);
336 (void) pthread_mutex_unlock(&event_mutex);
354 (void) pthread_mutex_unlock(&event_mutex);

Completed in 14 milliseconds