Searched refs:tty_wait_background (Results 1 – 3 of 3) sorted by relevance
| /components/lwp/terminal/ |
| A D | tty_internal.h | 34 int tty_wait_background(struct lwp_tty *tp, struct rt_thread *td, int sig);
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_ttydisc.c | 143 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_canonical() 216 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_no_timer() 256 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_read_timer() 309 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_interbyte_timer()
|
| A D | tty.c | 414 int tty_wait_background(struct lwp_tty *tp, struct rt_thread *td, int sig) in tty_wait_background() function 531 error = tty_wait_background(tp, curthread, SIGTTOU); in ttydev_write() 614 error = tty_wait_background(tp, curthread, SIGTTOU); in ttydev_ioctl()
|
Completed in 9 milliseconds