Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_internal.h33 int tty_wait(struct lwp_tty *tp, struct rt_condvar *cv);
35 int tty_timedwait(struct lwp_tty *tp, struct rt_condvar *cv, rt_tick_t timeout);
49 int lwp_tty_bg_stop(struct lwp_tty *tp, struct rt_condvar *cv);
A Dterminal.h149 struct rt_condvar t_inwait; /* (t) Input wait queue. */
150 struct rt_condvar t_outwait; /* (t) Output wait queue. */
151 struct rt_condvar t_outserwait; /* (t) Serial output wait queue. */
152 struct rt_condvar t_bgwait; /* (t) Background wait queue. */
153 struct rt_condvar t_dcdwait; /* (t) Carrier Detect wait queue. */
/components/drivers/include/ipc/
A Dcondvar.h16 typedef struct rt_condvar struct
A Dpipe.h38 struct rt_condvar waitfor_parter;
/components/lwp/terminal/freebsd/
A Dtty_pts.c67 struct rt_condvar pts_inwait; /* (t) Blocking write() on master. */
69 struct rt_condvar pts_outwait; /* (t) Blocking read() on master. */
A Dtty.c1024 int tty_wait(struct lwp_tty *tp, struct rt_condvar *cv) in tty_wait()
1045 int tty_timedwait(struct lwp_tty *tp, struct rt_condvar *cv, rt_tick_t timeout) in tty_timedwait()
A Dtty_compat.c100 int lwp_tty_bg_stop(struct lwp_tty *tp, struct rt_condvar *cv) in lwp_tty_bg_stop()

Completed in 26 milliseconds