Searched refs:rt_condvar (Results 1 – 7 of 7) sorted by relevance
33 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);
149 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. */
16 typedef struct rt_condvar struct
38 struct rt_condvar waitfor_parter;
67 struct rt_condvar pts_inwait; /* (t) Blocking write() on master. */69 struct rt_condvar pts_outwait; /* (t) Blocking read() on master. */
1024 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()
100 int lwp_tty_bg_stop(struct lwp_tty *tp, struct rt_condvar *cv) in lwp_tty_bg_stop()
Completed in 26 milliseconds