Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_device.c387 cv_init(&tp->t_bgwait, "ttybg"); in lwp_tty_create_ext()
438 cv_destroy(&tp->t_bgwait); in lwp_tty_delete()
A Dterminal.h152 struct rt_condvar t_bgwait; /* (t) Background wait queue. */ member
/components/lwp/terminal/freebsd/
A Dtty.c406 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()
A Dtty_compat.c240 cv_broadcast(&tp->t_bgwait); in lwp_tty_assign_foreground()

Completed in 9 milliseconds