Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c1096 static int do_sigaction_portable(int portable_signum, const struct sigaction_portable *act, in do_sigaction_portable() function
1227 rv = do_sigaction_portable(portable_signum, act, oldact, REAL(sigaction), NULL); in WRAP()
1536 rv = do_sigaction_portable(portable_signum, act, oldact, NULL, REAL(__rt_sigaction)); in WRAP()