tag | line | file | source code |
__sighandler_t | 68 | include/asm-alpha/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 70 | include/asm-alpha/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 71 | include/asm-alpha/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 72 | include/asm-alpha/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 75 | include/asm-alpha/signal.h | __sighandler_t sa_handler; |
__sighandler_t | 66 | include/asm-i386/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 68 | include/asm-i386/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 69 | include/asm-i386/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 70 | include/asm-i386/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 73 | include/asm-i386/signal.h | __sighandler_t sa_handler; |