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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c366 pthread_mutex_t zn_bigmutex; member in struct:znotify
7406 (void) pthread_mutex_lock(&(zevtchan->zn_bigmutex));
7441 (void) pthread_mutex_unlock(&(zevtchan->zn_bigmutex));
7456 (void) pthread_mutex_unlock(&(zevtchan->zn_bigmutex));
7484 if (pthread_mutex_init(&(zevtchan->zn_bigmutex), NULL)) {
7519 (void) pthread_mutex_destroy(&(zevtchan->zn_bigmutex));
7545 (void) pthread_mutex_destroy(&((struct znotify *)handle)->zn_bigmutex);

Completed in 43 milliseconds