HomeSort by relevance Sort by last modified time
    Searched refs:SA_RESETHAND (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h 63 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */
70 # define SA_ONESHOT SA_RESETHAND
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 63 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */
70 # define SA_ONESHOT SA_RESETHAND
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 63 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */
70 # define SA_ONESHOT SA_RESETHAND
  /bionic/libc/bionic/
signal.c 56 return _signal(signum, handler, SA_RESETHAND);
  /bionic/libc/kernel/arch-arm/asm/
signal.h 82 #define SA_RESETHAND 0x80000000
85 #define SA_ONESHOT SA_RESETHAND
  /bionic/libc/kernel/arch-mips/asm/
signal.h 79 #define SA_RESETHAND 0x80000000
87 #define SA_ONESHOT SA_RESETHAND
  /bionic/libc/kernel/arch-x86/asm/
signal.h 84 #define SA_RESETHAND 0x80000000u
86 #define SA_ONESHOT SA_RESETHAND
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 79 #define SA_RESETHAND 0x80000000
87 #define SA_ONESHOT SA_RESETHAND
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 84 #define SA_RESETHAND 0x80000000u
86 #define SA_ONESHOT SA_RESETHAND
  /external/kernel-headers/original/asm-mips/
signal.h 70 * SA_RESETHAND clears the handler when the signal is delivered.
78 #define SA_RESETHAND 0x80000000
86 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 66 * SA_RESETHAND clears the handler when the signal is delivered.
79 #define SA_RESETHAND 0x80000000u
82 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 66 * SA_RESETHAND clears the handler when the signal is delivered.
79 #define SA_RESETHAND 0x80000000u
82 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 66 * SA_RESETHAND clears the handler when the signal is delivered.
79 #define SA_RESETHAND 0x80000000u
82 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
signal.h 72 #define SA_RESETHAND 0x80000000u
75 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
signal.h 72 #define SA_RESETHAND 0x80000000u
75 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
signal.h 72 #define SA_RESETHAND 0x80000000u
75 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
signal.h 71 #define SA_RESETHAND 0x80000000
74 #define SA_ONESHOT SA_RESETHAND
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
signal.h 72 #define SA_RESETHAND 0x80000000u
75 #define SA_ONESHOT SA_RESETHAND

Completed in 1636 milliseconds

1 2 3