Home
last modified time | relevance | path

Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c1080 struct sigaction_portable *oldact, sigaction_fn fn, in do_sigaction_portable() argument
1096 portable_signame, act, oldact, fn, rt_fn); in do_sigaction_portable()
1174 if (rv == 0 && oldact) { in do_sigaction_portable()
1178 oldact->sa_sigaction_portable = in do_sigaction_portable()
1181 oldact->sa_sigaction_portable = in do_sigaction_portable()
1185 (sigset_portable_t *) &(oldact->sa_mask)); in do_sigaction_portable()
1187 oldact->sa_flags = sigaction_flags_ntop(mips_oldact.sa_flags); in do_sigaction_portable()
1188 oldact->sa_restorer = NULL; in do_sigaction_portable()
1198 struct sigaction_portable *oldact) in WRAP()
1205 portable_signum, act, oldact); in WRAP()
[all …]
/development/ndk/sources/android/libportable/common/include/
Dsignal_portable.h172 struct sigaction_portable *oldact,