Home
last modified time | relevance | path

Searched defs:siginfo_t (Results 1 – 25 of 59) sorted by relevance

123

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtilPosix.cpp32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() argument
36 static void CrashHandler(int, siginfo_t *, void *) { in CrashHandler() argument
40 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() argument
45 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
/third_party/rust/crates/signal-hook/src/iterator/exfiltrator/
Draw.rs71 fn store(&self, slot: &Slot, _: c_int, info: &siginfo_t) { in store()
81 fn load(&self, slot: &Slot, _: libc::c_int) -> Option<siginfo_t> { in load()
Dmod.rs76 fn store(&self, slot: &Self::Storage, signal: c_int, info: &siginfo_t); in store()
138 fn store(&self, slot: &Self::Storage, _: c_int, _: &siginfo_t) { in store()
Dorigin.rs53 fn store(&self, slot: &Slot, signal: c_int, info: &siginfo_t) { in store()
/third_party/libunwind/include/win/
Dsignal.h34 } siginfo_t; typedef
/third_party/libunwind/include/mingw/
Dsignal.h31 } siginfo_t; typedef
/third_party/json/test/thirdparty/Fuzzer/afl/
Dafl_driver.cpp130 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
158 static void crash_handler(int, siginfo_t *, void *) { in crash_handler() argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsignal.h11 #define siginfo_t __siginfo_t_discard macro
48 } siginfo_t; typedef
/third_party/rust/crates/nix/test/sys/
Dtest_signal.rs95 _: *mut libc::siginfo_t, in test_sigaction_action()
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs103 struct siginfo_t; struct
237 unsafe fn execute(&self, sig: c_int, info: *mut siginfo_t, data: *mut c_void) { in execute()
348 extern "C" fn handler(sig: c_int, info: *mut siginfo_t, data: *mut c_void) { in handler()
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c310 static void rm_special_handler(int signo, bool (*fn)(int, siginfo_t*, void*)) in rm_special_handler() argument
360 void remove_special_signal_handler(int signo, bool (*fn)(int, siginfo_t*, void*)) in remove_special_signal_handler() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs37 impl siginfo_t { impl
46 (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr in si_addr() constant
59 (*(self as *const siginfo_t as *const siginfo_si_value)).si_value in si_value() constant
97 impl siginfo_t { impl
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs84 impl siginfo_t { implementation
93 (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr in si_addr() constant
106 (*(self as *const siginfo_t as *const siginfo_si_value)).si_value in si_value() constant
/third_party/rust/crates/nix/src/sys/ptrace/
Dlinux.rs297 pub fn getsiginfo(pid: Pid) -> Result<siginfo_t> { in getsiginfo()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dfailure_signal_handler.cc193 void (*handler)(int, siginfo_t*, void*)) { in InstallOneFailureHandler() argument
/third_party/rust/crates/nix/src/sys/
Dsignal.rs1277 _: *mut libc::siginfo_t, in test_sigaction()
/third_party/libwebsockets/include/libwebsockets/
Dlws-misc.h945 typedef struct _lws_siginfo_t siginfo_t; typedef
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp514 void signalHandler (int, siginfo_t*, void*) in signalHandler() argument
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h127 } siginfo_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs355 impl siginfo_t { implementation
364 (*(self as *const siginfo_t as *const siginfo_sigfault)).si_addr in si_addr() constant
377 (*(self as *const siginfo_t as *const siginfo_timer)).si_sigval in si_value() constant
415 impl siginfo_t { impl
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h147 } siginfo_t; typedef
/third_party/musl/include/
Dsignal.h147 } siginfo_t; typedef
/third_party/musl/ndk_musl_include/
Dsignal.h146 } siginfo_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h147 } siginfo_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h147 } siginfo_t; typedef

123