HomeSort by relevance Sort by last modified time
    Searched refs:SIGSYS (Results 26 - 50 of 334) sorted by null

12 3 4 5 6 7 8 91011>>

  /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. */
  /external/ltp/lib/
signame.h 102 #if defined(SIGSYS)
105 * with SIGSYS on most architectures.
107 STRPAIR(SIGSYS, "SIGSYS/SIGUNUSED")
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
17-21.c 10 errno set to EINTR if a handler for the SIGSYS signal is setup with
32 printf("Caught SIGSYS\n");
48 sigaction(SIGSYS, &act, 0);
67 process sending the SIGSYS signal, and the
82 kill(pid, SIGSYS);
  /bionic/libc/private/
bionic_sigdefs.h 73 __BIONIC_SIGDEF(SIGSYS, "Bad system call")
  /external/compiler-rt/test/tsan/
sigsuspend.cc 22 const int kSignalToTest = SIGSYS;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
14-1-buildonly.c 33 int dummy23 = SIGSYS;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
1-1.c 34 SIGSYS,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
1-1.c 35 SIGSYS,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
7-1.c 40 SIGSYS,
8-1.c 39 SIGSYS,
8-2.c 40 SIGSYS,
8-3.c 39 SIGSYS,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
5-1.c 43 SIGSYS,
  /external/ltp/tools/top-LTP/proc/
sig.c 19 * SIGSYS is required by Unix98.
31 /* Linux 2.3.29 replaces SIGUNUSED with the standard SIGSYS signal */
32 #ifndef SIGSYS
33 #warning Standards require that <signal.h> define SIGSYS
34 #define SIGSYS SIGUNUSED
82 {"SYS", SIGSYS}, /* UNUSED */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 41 #define SIGSYS 12 /* bad argument to system call */
  /prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 63 __BIONIC_SIGDEF(SIGSYS,31,"Bad system call")
  /system/core/debuggerd/include/debuggerd/
handler.h 51 sigaction(SIGSYS, action, nullptr);
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 66 #define SIGSYS 31

Completed in 413 milliseconds

12 3 4 5 6 7 8 91011>>