Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c573 static sig3handler_portable_t mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL }; variable
591 portable_sighandler = mips_portable_sighandler[portable_signum]; in mips_sigaction_handler()
728 prev_portable_handler = (sighandler_portable_t) mips_portable_sighandler[portable_signum]; in do_signal_portable()
732 mips_portable_sighandler[portable_signum] = (sig3handler_portable_t) portable_handler; in do_signal_portable()
1127 prev_portable_handler = mips_portable_sighandler[portable_signum]; in do_sigaction_portable()
1159 mips_portable_sighandler[portable_signum] = in do_sigaction_portable()
1177 mips_portable_sighandler[portable_signum] = in do_sigaction_portable()