HomeSort by relevance Sort by last modified time
    Searched refs:NSIG_PORTABLE (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/common/include/asm/
signal_portable.h 18 #define NSIG_PORTABLE 64
97 #define SIGRTMAX_PORTABLE NSIG_PORTABLE
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 353 } else if (portable_signum > NSIG_PORTABLE) {
354 mips_signum = (portable_signum - NSIG_PORTABLE) + NSIG;
356 ALOGE("%s: 0 < portable_signum:%d <= NSIG_PORTABLE:%d; Not supported, return(0);",
357 __func__, portable_signum, NSIG_PORTABLE);
573 static sig3handler_portable_t mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL };
    [all...]

Completed in 485 milliseconds