/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal04.c | 80 typedef void (*sighandler_t) (int); typedef 82 sighandler_t Tret; 88 sighandler_t rval, first; in main()
|
D | signal02.c | 67 typedef void (*sighandler_t) (int); typedef 69 sighandler_t Tret;
|
D | signal05.c | 84 typedef void (*sighandler_t) (int); typedef 86 sighandler_t Tret;
|
D | signal03.c | 84 typedef void (*sighandler_t) (int); typedef 86 sighandler_t Tret;
|
/third_party/rust/crates/signal-hook/signal-hook-registry/src/ |
D | lib.rs | 80 use libc::{c_int, sighandler_t}; 92 const SIG_DFL: sighandler_t = 0; 94 const SIG_IGN: sighandler_t = 1; 96 const SIG_GET: sighandler_t = 2; 98 const SIG_ERR: sighandler_t = !0; 147 let old = unsafe { libc::signal(signal, handler as sighandler_t) }; in new() 197 info: sighandler_t, 311 let old = unsafe { libc::signal(sig, handler as sighandler_t) }; in handler()
|
/third_party/rust/crates/signal-hook/tests/ |
D | default.rs | 9 use libc::{sighandler_t, signal, SIGTERM}; 11 const SIG_DFL: sighandler_t = 0;
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 21 pub type sighandler_t = usize; typedef 251 pub const SIG_DFL: ::sighandler_t = 0; 252 pub const SIG_IGN: ::sighandler_t = 1; 253 pub const SIG_GET: ::sighandler_t = 2; 254 pub const SIG_SGE: ::sighandler_t = 3; 255 pub const SIG_ACK: ::sighandler_t = 4; 386 pub fn signal(signum: c_int, handler: sighandler_t) -> sighandler_t; in signal() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | system.c | 29 sighandler_t handler = signal(SIGCHLD, SIG_DFL); in system_0100()
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 526 sighandler_t safe_signal(const char *file, const int lineno, in safe_signal() 527 int signum, sighandler_t handler) in safe_signal() 529 sighandler_t rval; in safe_signal()
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 36 pub type sighandler_t = ::size_t; typedef 904 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; 905 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; 906 pub const SIG_ERR: sighandler_t = -1 as isize as sighandler_t; 1648 pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t; in signal() argument
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 28 pub type sighandler_t = ::size_t; typedef 212 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; 213 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; 214 pub const SIG_ERR: sighandler_t = !0 as sighandler_t; 1047 pub fn signal(signum: ::c_int, handler: sighandler_t) -> sighandler_t; in signal() argument
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages04.c | 78 typedef void (*sighandler_t) (int); typedef
|
/third_party/toybox/toys/pending/ |
D | getty.c | 49 typedef void (*sighandler_t)(int); typedef 125 sighandler_t sig = signal(SIGHUP, SIG_IGN); in open_tty()
|
/third_party/elfutils/tests/ |
D | backtrace-child.c | 161 sighandler_t sigusr2_orig = signal (SIGUSR2, sigusr2); in stdarg()
|
/third_party/ltp/testcases/kernel/syscalls/sigpending/ |
D | sigpending02.c | 70 sighandler_t old_sighandler1, old_sighandler2; in test_sigpending()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | signal.h | 211 typedef void (*sighandler_t)(int); typedef
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 463 typedef void (*sighandler_t)(int); typedef 464 sighandler_t safe_signal(const char *file, const int lineno, 465 int signum, sighandler_t handler);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 69 pub sa_sigaction: ::sighandler_t,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 283 sighandler_t
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 15 pub sa_sigaction: ::sighandler_t,
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | signal.h | 264 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/include/ |
D | signal.h | 273 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/ndk_musl_include/ |
D | signal.h | 262 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | signal.h | 264 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | signal.h | 264 typedef void (*sighandler_t)(int); typedef
|