Lines Matching refs:SIGWINCH
116 * UML SIGWINCH handling
118 * The point of this is to handle SIGWINCH on consoles which have host
120 * console and cares about the window size (since SIGWINCH notifies
125 * multiple controlling ttys for the purpose of handling SIGWINCH, but
128 * SIGWINCH can't be received synchronously, so you have to set up to
132 * to exit only on SIGWINCH).
162 * SIGWINCH.
165 signal(SIGWINCH, winch_handler);
173 /* In sigsuspend(), block anything else than SIGWINCH. */
174 sigdelset(&sigs, SIGWINCH);
207 * This will be interrupted by SIGWINCH only, since
255 printk(UM_KERN_ERR "fd %d will not support SIGWINCH\n", fd);