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

1 2 3 4 5

  /external/strace/
nsig.h 6 #ifndef NSIG
7 # warning NSIG is not defined, using 32
8 # define NSIG 32
9 #elif NSIG < 32
10 # error NSIG < 32
13 #define NSIG_BYTES (NSIG / 8)
  /bionic/libc/include/
signal.h 69 /* Userspace's NSIG is the kernel's _NSIG + 1. */
71 #define NSIG _NSIG
  /development/ndk/platforms/android-21/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /external/ltp/testcases/kernel/syscalls/sighold/
sighold02.c 52 /* _XOPEN_SOURCE disables NSIG */
53 #ifndef NSIG
54 # define NSIG _NSIG
63 # define NUMSIGS NSIG
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/
signal.h 63 /* Userspace's NSIG is the kernel's _NSIG + 1. */
65 #define NSIG _NSIG

Completed in 1293 milliseconds

1 2 3 4 5