Searched defs:SIG_IGN (Results 1 – 10 of 10) sorted by relevance
203 #define SIG_IGN (void (*)(int))1 macro
16 #define SIG_IGN _sig_ign macro
88 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
297 SIG_IGN = (1) variable
343 SIG_IGN = (1) variable
202 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant
898 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant
185 const sighandler_t SIG_IGN = (sighandler_t)1; variable
1313 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant