Home
last modified time | relevance | path

Searched refs:sighandler_t (Results 1 – 25 of 66) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/signal/
Dsignal04.c80 typedef void (*sighandler_t) (int); typedef
82 sighandler_t Tret;
88 sighandler_t rval, first; in main()
Dsignal02.c67 typedef void (*sighandler_t) (int); typedef
69 sighandler_t Tret;
Dsignal05.c84 typedef void (*sighandler_t) (int); typedef
86 sighandler_t Tret;
Dsignal03.c84 typedef void (*sighandler_t) (int); typedef
86 sighandler_t Tret;
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs80 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/
Ddefault.rs9 use libc::{sighandler_t, signal, SIGTERM};
11 const SIG_DFL: sighandler_t = 0;
/third_party/rust/crates/libc/src/windows/
Dmod.rs21 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/
Dsystem.c29 sighandler_t handler = signal(SIGCHLD, SIG_DFL); in system_0100()
/third_party/ltp/lib/
Dtst_safe_macros.c526 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/
Dmod.rs36 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/
Dmod.rs28 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/
Dmove_pages04.c78 typedef void (*sighandler_t) (int); typedef
/third_party/toybox/toys/pending/
Dgetty.c49 typedef void (*sighandler_t)(int); typedef
125 sighandler_t sig = signal(SIGHUP, SIG_IGN); in open_tty()
/third_party/elfutils/tests/
Dbacktrace-child.c161 sighandler_t sigusr2_orig = signal (SIGUSR2, sigusr2); in stdarg()
/third_party/ltp/testcases/kernel/syscalls/sigpending/
Dsigpending02.c70 sighandler_t old_sighandler1, old_sighandler2; in test_sigpending()
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h211 typedef void (*sighandler_t)(int); typedef
/third_party/ltp/include/
Dtst_safe_macros.h463 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/
Dmod.rs69 pub sa_sigaction: ::sighandler_t,
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt283 sighandler_t
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs15 pub sa_sigaction: ::sighandler_t,
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h264 typedef void (*sighandler_t)(int); typedef
/third_party/musl/include/
Dsignal.h273 typedef void (*sighandler_t)(int); typedef
/third_party/musl/ndk_musl_include/
Dsignal.h262 typedef void (*sighandler_t)(int); typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h264 typedef void (*sighandler_t)(int); typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h264 typedef void (*sighandler_t)(int); typedef

123