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 346 } else if (portable_signum > NSIG_PORTABLE) {
347 mips_signum = (portable_signum - NSIG_PORTABLE) + NSIG;
349 ALOGE("%s: 0 < portable_signum:%d <= NSIG_PORTABLE:%d; Not supported, return(0);",
350 __func__, portable_signum, NSIG_PORTABLE);
566 static sig3handler_portable_t mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL };
    [all...]

Completed in 24 milliseconds