Searched refs:SIGIO (Results 1 – 13 of 13) sorted by relevance
48 #define SIGIO 22 /* I/O now possible (4.2 BSD). */ macro49 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
60 #define SIGIO 29 macro61 #define SIGPOLL SIGIO
23 #ifdef SIGIO28 #define SIGPOLL SIGIO
72 #define SIGIO 29 macro73 #define SIGPOLL SIGIO
55 case SIGIO: in signal_handler()522 _dbus_set_signal_handler (SIGIO, signal_handler); in main()
411 sigaddset(&set, SIGIO); in block_io_signals()430 sigaddset(&set, SIGIO); in unblock_io_signals()
903 sigaction(SIGIO, &act, NULL); in enable_sigio_timer()
263 public static final int SIGIO = placeholder(); field in OsConstants
887 case SIGIO:888 #if defined(SIGURG) && SIGURG != SIGIO
5515 * signal.c [LINUX] (signalent): Handle old and new values of SIGIO.
474 #define VKI_SIGIO SIGIO
2537 getting SIGIO as changes are made to the configuration files.4593 * bus/main.c (signal_handler): Handle SIGIO if using D_NOTIFY4594 (main): Setup SIGIO signal handler if using D_NOTIFY