Home
last modified time | relevance | path

Searched refs:sighandler_t (Results 1 - 25 of 56) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/signal/signal_gtest/
H A Dsignal_sysv_signal_test.cpp19 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 Dmod.rs21 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 Dsystem.c29 sighandler_t handler = signal(SIGCHLD, SIG_DFL); in system_0100()
/third_party/ltp/testcases/kernel/syscalls/signal/
H A Dsignal04.c28 sighandler_t rval, first; in do_test()
/third_party/ltp/lib/
H A Dtst_safe_macros.c565 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 Dmove_pages04.c78 typedef void (*sighandler_t) (int); typedef
/third_party/musl/libc-test/src/functionalext/supplement/lock_info/
H A Dpthread_internal_lock_info.c92 sighandler_t sigResult = signal(FREEZE_SIGNAL_35, ignore_signal); in PthreadInternalLockInfoTest()
/third_party/toybox/toys/pending/
H A Dgetty.c49 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 Dmod.rs36 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 Dmod.rs28 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 Dbacktrace-child.c161 sighandler_t sigusr2_orig = signal (SIGUSR2, sigusr2); in stdarg()
/third_party/ltp/testcases/kernel/syscalls/sigpending/
H A Dsigpending02.c70 sighandler_t old_sighandler1, old_sighandler2; in test_sigpending()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h211 typedef void (*sighandler_t)(int); typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs69 pub sa_sigaction: ::sighandler_t,
/third_party/ltp/include/
H A Dtst_safe_macros.h488 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 Dsignal.h264 typedef void (*sighandler_t)(int); typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h264 typedef void (*sighandler_t)(int); typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h264 typedef void (*sighandler_t)(int); typedef
/third_party/musl/porting/linux/user/include/
H A Dsignal.h287 typedef void (*sighandler_t)(int); typedef
/third_party/musl/include/
H A Dsignal.h286 typedef void (*sighandler_t)(int); typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs15 pub sa_sigaction: ::sighandler_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs17 pub sa_sigaction: ::sighandler_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs147 pub sa_handler: ::sighandler_t,
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs31 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 Dmod.rs34 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...]

Completed in 31 milliseconds

123