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

/netbsd-current/sys/dev/audio/
H A Daudiovar.h223 kcondvar_t sc_exlockcv; member in struct:audio_softc
H A Daudio.c990 cv_init(&sc->sc_exlockcv, "audiolk");
1365 cv_broadcast(&sc->sc_exlockcv);
1420 cv_broadcast(&sc->sc_exlockcv);
1499 cv_destroy(&sc->sc_exlockcv);
1592 error = cv_wait_sig(&sc->sc_exlockcv, sc->sc_lock);
1617 cv_broadcast(&sc->sc_exlockcv);

Completed in 227 milliseconds