Home
last modified time | relevance | path

Searched refs:sigaction_portable (Results 1 – 4 of 4) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dsignal_portable.h130 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/
Dsyscall.c292 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()
Dsignal.c1096 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/
Dsignal_portable.h174 struct sigaction_portable { struct