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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c73 pthread_cond_t sc_cv; /* worker thread interlock */ member in struct:shadow_conspiracy
197 (void) pthread_cond_broadcast(&scp->sc_cv);
203 (void) pthread_cond_wait(&scp->sc_cv,
227 (void) pthread_cond_wait(&scp->sc_cv, &scp->sc_lock);
276 (void) pthread_cond_timedwait(&scp->sc_cv,
321 (void) pthread_cond_broadcast(&scp->sc_cv);
335 (void) pthread_cond_wait(&scp->sc_cv,
413 (void) pthread_cond_wait(&scp->sc_cv, &scp->sc_lock);
419 (void) pthread_cond_broadcast(&scp->sc_cv);
447 (void) pthread_cond_broadcast(&scp->sc_cv);
[all...]

Completed in 1180 milliseconds