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

1 2 3 4 5 6

  /external/libchrome/sandbox/linux/seccomp-bpf/
trap_unittest.cc 20 // Send SIGSYS to self. If signal handler (SigSysAction) is not registered,
21 // the process will be terminated with status code -SIGSYS.
23 // "Unexpected SIGSYS received." so it is necessary to allow the noise.
24 raise(SIGSYS);
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 41 SIGSYS = 31 # Bad system call
  /external/minijail/
signal_handler.c 31 struct local_sigsys sigsys; local
33 memcpy(&sigsys, &info->_sifields, sizeof(sigsys));
34 syscall_name = lookup_syscall_name(sigsys.nr);
62 sigaddset(&mask, SIGSYS);
64 ret = sigaction(SIGSYS, &act, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 66 #define SIGSYS 31 /* Bad system call. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 66 #define SIGSYS 31 /* Bad system call. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 66 #define SIGSYS 31 /* Bad system call. */
  /bionic/libc/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(SIGSYS, "Bad system call")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /external/compiler-rt/test/tsan/
sigsuspend.cc 22 const int kSignalToTest = SIGSYS;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 40 #define SIGSYS 12 /* bad argument to system call */
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 66 #define SIGSYS 31
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 66 #define SIGSYS 31
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 46 #define SIGSYS 12
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 71 #define SIGSYS 31
  /development/ndk/platforms/android-21/arch-arm/include/asm/
signal.h 66 #define SIGSYS 31
  /development/ndk/platforms/android-21/arch-mips/include/asm/
signal.h 46 #define SIGSYS 12
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
signal.h 46 #define SIGSYS 12
  /development/ndk/platforms/android-21/arch-x86/include/asm/
signal.h 71 #define SIGSYS 31
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
signal.h 71 #define SIGSYS 31
  /development/ndk/platforms/android-21/include/asm-generic/
signal.h 66 #define SIGSYS 31
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 55 #define SIGSYS 31

Completed in 648 milliseconds

1 2 3 4 5 6