/third_party/musl/libc-test/src/functionalext/supplement/signal/signal_gtest/ |
H A D | signal_sysv_signal_test.cpp | 19 sighandler_t oldHandler = signal(SIGINT, SignalHandler); in HWTEST_F() 22 sighandler_t restoredHandler = signal(SIGINT, oldHandler); in HWTEST_F()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 21 pub type sighandler_t = usize; types 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()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | system.c | 29 sighandler_t handler = signal(SIGCHLD, SIG_DFL); in system_0100()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal04.c | 28 sighandler_t rval, first; in do_test()
|
/third_party/ltp/lib/ |
H A D | tst_safe_macros.c | 565 sighandler_t safe_signal(const char *file, const int lineno, in safe_signal() 566 int signum, sighandler_t handler) in safe_signal() 568 sighandler_t rval; in safe_signal()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages04.c | 78 typedef void (*sighandler_t) (int); typedef
|
/third_party/musl/libc-test/src/functionalext/supplement/lock_info/ |
H A D | pthread_internal_lock_info.c | 92 sighandler_t sigResult = signal(FREEZE_SIGNAL_35, ignore_signal); in PthreadInternalLockInfoTest()
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 49 typedef void (*sighandler_t)(int); typedef 125 sighandler_t sig = signal(SIGHUP, SIG_IGN); in open_tty()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 36 pub type sighandler_t = ::size_t; types 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()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 28 pub type sighandler_t = ::size_t; types 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()
|
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 161 sighandler_t sigusr2_orig = signal (SIGUSR2, sigusr2); in stdarg()
|
/third_party/ltp/testcases/kernel/syscalls/sigpending/ |
H A D | sigpending02.c | 70 sighandler_t old_sighandler1, old_sighandler2; in test_sigpending()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | signal.h | 211 typedef void (*sighandler_t)(int); typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 69 pub sa_sigaction: ::sighandler_t,
|
/third_party/ltp/include/ |
H A D | tst_safe_macros.h | 488 typedef void (*sighandler_t)(int); typedef 489 sighandler_t safe_signal(const char *file, const int lineno, 490 int signum, sighandler_t handler);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | signal.h | 264 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | signal.h | 264 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | signal.h | 264 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/porting/linux/user/include/ |
H A D | signal.h | 287 typedef void (*sighandler_t)(int); typedef
|
/third_party/musl/include/ |
H A D | signal.h | 286 typedef void (*sighandler_t)(int); typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 15 pub sa_sigaction: ::sighandler_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 17 pub sa_sigaction: ::sighandler_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 147 pub sa_handler: ::sighandler_t,
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 31 pub type sighandler_t = size_t; types 791 pub fn signal(arg1: c_int, arg2: sighandler_t) -> sighandler_t; in signal()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 34 pub type sighandler_t = ::size_t; types 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; in signal() [all...] |