Searched refs:t_bgwait (Results 1 – 4 of 4) sorted by relevance
387 cv_init(&tp->t_bgwait, "ttybg"); in lwp_tty_create_ext()438 cv_destroy(&tp->t_bgwait); in lwp_tty_delete()
152 struct rt_condvar t_bgwait; /* (t) Background wait queue. */ member
406 cv_broadcast(&tp->t_bgwait); in ttydev_close()492 error = tty_wait(tp, &tp->t_bgwait); in tty_wait_background()914 cv_broadcast(&tp->t_bgwait); in tty_rel_gone()
240 cv_broadcast(&tp->t_bgwait); in lwp_tty_assign_foreground()
Completed in 9 milliseconds