Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c224 pthread_mutex_t zn_bigmutex; member
6311 (void) pthread_mutex_lock(&(zevtchan->zn_bigmutex)); in zonecfg_notify_critical_enter()
6346 (void) pthread_mutex_unlock(&(zevtchan->zn_bigmutex)); in zonecfg_notify_critical_exit()
6361 (void) pthread_mutex_unlock(&(zevtchan->zn_bigmutex)); in zonecfg_notify_critical_abort()
6389 if (pthread_mutex_init(&(zevtchan->zn_bigmutex), NULL)) { in zonecfg_notify_bind()
6424 (void) pthread_mutex_destroy(&(zevtchan->zn_bigmutex)); in zonecfg_notify_bind()
6450 (void) pthread_mutex_destroy(&((struct znotify *)handle)->zn_bigmutex); in zonecfg_notify_unbind()