tag | line | file | source code |
---|---|---|---|
__sighandler_t | 75 | include/linux/signal.h | typedef void (*__sighandler_t)(int); |
__sighandler_t | 77 | include/linux/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
__sighandler_t | 78 | include/linux/signal.h | #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ |
__sighandler_t | 79 | include/linux/signal.h | #define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ |
__sighandler_t | 82 | include/linux/signal.h | __sighandler_t sa_handler; |