Lines Matching refs:SIGIO
29 [SIGIO] = sigio_handler,
45 if ((sig != SIGIO) && (sig != SIGWINCH))
74 if (!enabled && (sig == SIGIO)) {
156 [SIGIO] = sig_handler,
216 sigaddset(&action.sa_mask, SIGIO);
303 * Deal with SIGIO first because the alarm handler might
304 * schedule, leaving the pending SIGIO stranded until we come
307 * SIGIO's handler doesn't use siginfo or mcontext,
311 sig_handler_common(SIGIO, NULL, NULL);
318 /* Rerun the loop only if there is still pending SIGIO and not in TIMER handler */