HomeSort by relevance Sort by last modified time
    Searched defs:_NSIG (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/runtime/
os2_openbsd.go 12 _NSIG = 33
os2_solaris.go 11 _NSIG = 73 /* number of signals in sigtable array */
os2_freebsd.go 9 _NSIG = 33
os_linux_be64.go 13 _NSIG = 65
os_linux_generic.go 17 _NSIG = 65
  /prebuilts/go/linux-x86/src/runtime/
os2_openbsd.go 12 _NSIG = 33
os2_solaris.go 11 _NSIG = 73 /* number of signals in sigtable array */
os2_freebsd.go 9 _NSIG = 33
os_linux_be64.go 13 _NSIG = 65
os_linux_generic.go 17 _NSIG = 65
  /external/libunwind/src/setjmp/
siglongjmp.c 34 #if !defined(_NSIG) && defined(_SIG_MAXSIG)
35 # define _NSIG (_SIG_MAXSIG - 1)
96 if (UNW_NUM_EH_REGS < 4 || _NSIG > 16 * sizeof (unw_word_t))
103 || (_NSIG > 8 * sizeof (unw_word_t)
  /development/ndk/platforms/android-9/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /external/dhcpcd-6.8.2/compat/
posix_spawn.c 43 #ifndef _NSIG
45 #define _NSIG _SIG_MAXSIG + 1
48 #define _NSIG SIGPWR + 1
66 for (i = 1; i < _NSIG; i++) {
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 93 #define _NSIG 64
167 mov x3, #(_NSIG / 8)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
signal.h 49 /* _NSIG is used by the SIGRTMAX definition under <asm/signal.h>, however
56 #ifndef _NSIG
57 # define _NSIG 64

Completed in 535 milliseconds

1 2 3 4 5 6 7