Lines Matching defs:sighandler_t
34 pub type sighandler_t = ::size_t;
307 pub sa_sigaction: ::sighandler_t,
1317 pub const SIG_DFL: sighandler_t = 0 as sighandler_t;
1318 pub const SIG_IGN: sighandler_t = 1 as sighandler_t;
1319 pub const SIG_ERR: sighandler_t = !0 as sighandler_t;
3675 pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t;