Searched refs:siginfo (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsiginfo.h19 #include <asm-generic/siginfo.h>
H A Dsignal.h22 struct siginfo;
94 void(* _sa_sigaction) (int, struct siginfo *, void *);
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsiginfo.h22 #include <asm-generic/siginfo.h>
/bionic/libc/kernel/uapi/linux/
H A Dsignal.h22 #include <asm/siginfo.h>
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsiginfo.h32 #include <asm-generic/siginfo.h>
H A Dsignal.h26 struct siginfo;
99 void(* _sa_sigaction) (int, struct siginfo *, void *);
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dsiginfo.h35 #include <asm-generic/siginfo.h>
36 typedef struct siginfo { struct
116 #include <asm-generic/siginfo.h>
/bionic/libc/include/
H A Dsignal.h87 void (*sa_sigaction)(int, struct siginfo*, void*);
99 void (*sa_sigaction) (int, struct siginfo*, void*);
/bionic/tests/
H A Dsignal_test.cpp388 static siginfo received;
392 handler.sa_sigaction = [](int, siginfo_t* siginfo, void*) { received = *siginfo; };
397 siginfo sent;
/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h54 typedef struct siginfo { struct
/bionic/linker/
H A Ddebugger.cpp280 struct siginfo si;

Completed in 1343 milliseconds