Searched refs:sigaction_portable (Results 1 – 4 of 4) sorted by relevance
/development/ndk/sources/android/libportable/common/include/ |
D | signal_portable.h | 130 extern int WRAP(sigaction)(int, const struct sigaction_portable *, 131 struct sigaction_portable *); 171 const struct sigaction_portable *act, 172 struct sigaction_portable *oldact,
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | syscall.c | 292 struct sigaction_portable *act; in WRAP() 293 struct sigaction_portable *oact; in WRAP() 298 act = va_arg(ap, struct sigaction_portable *); in WRAP() 299 oact = va_arg(ap, struct sigaction_portable *); in WRAP()
|
D | signal.c | 1096 static int do_sigaction_portable(int portable_signum, const struct sigaction_portable *act, in do_sigaction_portable() 1097 struct sigaction_portable *oldact, sigaction_fn fn, in do_sigaction_portable() 1217 int WRAP(sigaction)(int portable_signum, const struct sigaction_portable *act, in WRAP() 1218 struct sigaction_portable *oldact) in WRAP() 1520 int WRAP(__rt_sigaction)(int portable_signum, const struct sigaction_portable *act, in WRAP() 1521 struct sigaction_portable *oldact, size_t sigsetsize) in WRAP()
|
/development/ndk/sources/android/libportable/common/include/asm/ |
D | signal_portable.h | 174 struct sigaction_portable { struct
|