Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c223 pthread_cond_t zn_cond; member
6264 (void) pthread_cond_signal(&(zevtchan->zn_cond)); in zn_cb()
6333 (void) pthread_cond_wait(&(zevtchan->zn_cond), in zonecfg_notify_critical_exit()
6385 if (pthread_cond_init(&(zevtchan->zn_cond), NULL)) { in zonecfg_notify_bind()
6391 (void) pthread_cond_destroy(&(zevtchan->zn_cond)); in zonecfg_notify_bind()
6423 (void) pthread_cond_destroy(&zevtchan->zn_cond); in zonecfg_notify_bind()
6449 (void) pthread_cond_destroy(&((struct znotify *)handle)->zn_cond); in zonecfg_notify_unbind()