Home
last modified time | relevance | path

Searched refs:tty_wait_background (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/kern/
HDtty_ttydisc.c129 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_canonical()
199 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_no_timer()
240 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_read_timer()
293 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_interbyte_timer()
HDtty.c382 tty_wait_background(struct tty *tp, struct thread *td, int sig) in tty_wait_background() function
476 error = tty_wait_background(tp, curthread, SIGTTOU); in ttydev_write()
549 error = tty_wait_background(tp, curthread, SIGTTOU); in ttydev_ioctl()
/trueos/sys/sys/
HDtty.h187 int tty_wait_background(struct tty *tp, struct thread *td, int sig);