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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c218 pthread_mutex_t zn_bigmutex; member in struct:znotify
6309 (void) pthread_mutex_lock(&(zevtchan->zn_bigmutex));
6344 (void) pthread_mutex_unlock(&(zevtchan->zn_bigmutex));
6359 (void) pthread_mutex_unlock(&(zevtchan->zn_bigmutex));
6387 if (pthread_mutex_init(&(zevtchan->zn_bigmutex), NULL)) {
6422 (void) pthread_mutex_destroy(&(zevtchan->zn_bigmutex));
6448 (void) pthread_mutex_destroy(&((struct znotify *)handle)->zn_bigmutex);

Completed in 89 milliseconds