Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dtty.c217 static kcondvar_t ttyref_cv; variable
511 cv_wait(&ttyref_cv, &tty_lock); in ttyclose()
557 cv_broadcast(&ttyref_cv); in tty_release()
3071 cv_init(&ttyref_cv, "ttyref"); in tty_init()