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 340 } else if (portable_signum > NSIG_PORTABLE) {
341 mips_signum = (portable_signum - NSIG_PORTABLE) + NSIG;
343 ALOGE("%s: 0 <= portable_signum:%d <= NSIG_PORTABLE:%d; Not supported, return(0);",
344 __func__, portable_signum, NSIG_PORTABLE);
557 static sig3handler_portable_t mips_portable_sighandler[NSIG_PORTABLE + 1] = { NULL };
924 for(portable_signum = 1; portable_signum <= NSIG_PORTABLE; portable_signum++) {
    [all...]

Completed in 29 milliseconds