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

1 2 3 4 5

  /bionic/libc/bionic/
siginterrupt.c 39 act.sa_flags &= ~SA_RESTART;
41 act.sa_flags |= SA_RESTART;
abort.cpp 61 sa.sa_flags = SA_RESTART;
signal.c 51 return _signal(signum, handler, SA_RESTART);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h 60 # define SA_RESTART 0x10000000 /* Restart syscall on signal return. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 60 # define SA_RESTART 0x10000000 /* Restart syscall on signal return. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigaction.h 60 # define SA_RESTART 0x10000000 /* Restart syscall on signal return. */
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 26 // calls (and thus does not have SA_RESTART)
28 #ifdef SA_RESTART
29 act.sa_flags |= SA_RESTART;
syscall-restart2.c 9 and SA_RESTART is set */
39 sa.sa_flags = SA_RESTART;
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 24 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 24 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /bionic/libc/kernel/arch-arm/asm/
signal.h 80 #define SA_RESTART 0x10000000
  /bionic/libc/kernel/arch-mips/asm/
signal.h 80 #define SA_RESTART 0x10000000
  /bionic/libc/kernel/arch-x86/asm/
signal.h 81 #define SA_RESTART 0x10000000u
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 69 #define SA_RESTART 0x10000000
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 80 #define SA_RESTART 0x10000000
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 81 #define SA_RESTART 0x10000000u
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
getpc_test.cc 57 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
getpc_test.cc 57 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/kernel-headers/original/asm-mips/
signal.h 68 * SA_RESTART flag to get restarting signals (which were the default long ago)
79 #define SA_RESTART 0x10000000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 64 * SA_RESTART flag to get restarting signals (which were the default long ago)
77 #define SA_RESTART 0x10000000u
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 64 * SA_RESTART flag to get restarting signals (which were the default long ago)
77 #define SA_RESTART 0x10000000u
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 64 * SA_RESTART flag to get restarting signals (which were the default long ago)
77 #define SA_RESTART 0x10000000u
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
signal.h 69 #define SA_RESTART 0x10000000
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
signal.h 69 #define SA_RESTART 0x10000000
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
signal.h 69 #define SA_RESTART 0x10000000

Completed in 1498 milliseconds

1 2 3 4 5