Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/asm/
Dsignal_portable.h18 #define NSIG_PORTABLE 64 macro
97 #define SIGRTMAX_PORTABLE NSIG_PORTABLE
/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c353 } else if (portable_signum > NSIG_PORTABLE) { in signum_pton()
354 mips_signum = (portable_signum - NSIG_PORTABLE) + NSIG; in signum_pton()
357 __func__, portable_signum, NSIG_PORTABLE); in signum_pton()
573 static sig3handler_portable_t mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL };
942 for(portable_signum = 1; portable_signum <= NSIG_PORTABLE; portable_signum++) { in sigset_pton()
1126 if (portable_signum > 0 && portable_signum <= NSIG_PORTABLE) in do_sigaction_portable()
1151 if ((portable_signum <= 0) || (portable_signum > NSIG_PORTABLE)) { in do_sigaction_portable()
1169 if ((portable_signum <= 0) || (portable_signum > NSIG_PORTABLE)) { in do_sigaction_portable()