Home | History | Annotate | Download | only in app

Lines Matching full:signals

519  * from the tty (not an issue) and will generate SIGTTOU signals when it
523 * to the simulator so that it can send signals to the appropriate place.
528 * signals to the pgrp to ensure that we don't end up with zombies. Any
549 * Signals cannot be caught or ignored under MinGW. All signals are fatal.
551 * Signals can be ignored under Cygwin, but not caught.
1100 * Use the ChildProcess object in the thread to send signals. There's