Lines Matching refs:evthandler_lock
96 * evthandler_lock: this protects the event handler list. It is obtained
100 * evthandler_lock. It is used to wait until the
160 static pthread_mutex_t evthandler_lock = PTHREAD_MUTEX_INITIALIZER;
250 (void) pthread_mutex_lock(&evthandler_lock);
253 (void) pthread_mutex_unlock(&evthandler_lock);
260 (void) pthread_mutex_unlock(&evthandler_lock);
281 (void) pthread_mutex_lock(&evthandler_lock);
298 &evthandler_lock);
310 (void) pthread_mutex_unlock(&evthandler_lock);
323 (void) pthread_mutex_lock(&evthandler_lock);
329 (void) pthread_mutex_unlock(&evthandler_lock);
338 (void) pthread_mutex_lock(&evthandler_lock);
347 (void) pthread_mutex_unlock(&evthandler_lock);
3339 if (pthread_mutex_init(&evthandler_lock, NULL) != 0)