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

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c96 * 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; variable
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);
[all...]

Completed in 101 milliseconds