/development/ndk/platforms/android-L/include/ |
H A D | signal.h | 40 /* For 64-bit (and mips), the kernel's struct sigaction doesn't match the POSIX one, 42 # define sigaction __kernel_sigaction macro 44 # undef sigaction macro 80 struct sigaction { struct 92 struct sigaction { struct 103 extern int sigaction(int, const struct sigaction*, struct sigaction*);
|
/development/ndk/platforms/android-3/include/ |
H A D | signal.h | 115 extern int sigaction(int, const struct sigaction *, struct sigaction *);
|
/development/ndk/platforms/android-8/include/ |
H A D | signal.h | 117 extern int sigaction(int, const struct sigaction *, struct sigaction *);
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
H A D | signal.h | 101 struct sigaction { struct 115 struct sigaction sa;
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
H A D | signal.h | 95 struct sigaction { struct 110 struct sigaction { struct
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
H A D | signal.h | 95 struct sigaction { struct 110 struct sigaction { struct
|
/development/ndk/sources/android/libportable/common/include/ |
H A D | signal_portable.h | 130 extern int WRAP(sigaction)(int, const struct sigaction_portable *, 160 typedef int (*sigaction_fn)(int, const struct sigaction *, struct sigaction *); 161 typedef int (*rt_sigaction_fn)(int, const struct sigaction *, struct sigaction *, size_t);
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
H A D | signal.h | 84 struct sigaction { struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
H A D | signal.h | 96 struct sigaction { struct
|
/development/ndk/platforms/android-L/arch-arm/include/asm/ |
H A D | signal.h | 90 struct sigaction { struct
|
/development/ndk/platforms/android-L/arch-mips/include/asm/ |
H A D | signal.h | 95 struct sigaction { struct
|
/development/ndk/platforms/android-L/arch-mips64/include/asm/ |
H A D | signal.h | 95 struct sigaction { struct
|
/development/ndk/platforms/android-L/include/asm-generic/ |
H A D | signal.h | 99 struct sigaction { struct
|
/development/ndk/sources/android/libportable/arch-mips/ |
H A D | signal.c | 602 ALOGE("%s: HINT: Likely best to use gdbserver and look at sigaction arguments.", __func__); 642 static sighandler_t sighandler_pton(sighandler_portable_t portable_handler, int sigaction) argument 646 ALOGV("%s(portable_handler:%p, sigaction:%d) {", __func__, 647 portable_handler, sigaction); 658 * Calling sigaction() with a bogus signal handler doesn't fail, 671 if (sigaction) 1068 * The incoming system call used a Portable/ARM sigaction structure: 1082 * struct sigaction { 1091 * This sigaction structure needs to be mapped before the MIPS systems call as well as after for 1092 * returning the old/previous sigaction 1217 int WRAP(sigaction)(int portable_signum, const struct sigaction_portable *act, function [all...] |