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

1 2 3 4

  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stderr.exp 9 ok: SIGRTMIN received
passsigalrm.c 18 #ifndef SIGRTMIN
19 // at least on MacOS, there is no SIGRTMIN.
21 #define SIGRTMIN SIGUSR1
59 if (sigaction (SIGRTMIN, &sa, NULL) != 0)
61 if (kill(getpid(), SIGRTMIN) != 0)
62 perror("kill sigrtmin");
64 fprintf (stderr, "ok: SIGRTMIN received\n");
66 fprintf (stderr, "wrong sigrtmin: unexpected value %d sigrtmin_received\n",
  /external/ltrace/sysdeps/linux-gnu/
mksignalent 29 && ($2 !~ /^SIGRTMIN$/) && ($2 !~ /^SIGRTMAX$/) && ($2 !~ /^SIGSTKSZ$/) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 72 #define SIGRTMIN (__libc_current_sigrtmin ())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 72 #define SIGRTMIN (__libc_current_sigrtmin ())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 72 #define SIGRTMIN (__libc_current_sigrtmin ())
  /system/core/libbacktrace/
BacktraceCurrent.h 30 // use SIGRTMIN for the signal to dump the stack.
31 #define THREAD_SIGNAL SIGRTMIN
  /bionic/libc/bionic/
strerror_r.cpp 83 if (signal_number >= SIGRTMIN && signal_number <= SIGRTMAX) {
85 signal_number -= SIGRTMIN;
  /development/ndk/platforms/android-21/include/
signal.h 68 #define SIGRTMIN (__libc_current_sigrtmin())
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 58 #define SIGRTMIN 32
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 75 #define SIGRTMIN 32
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 74 #define SIGRTMIN 32
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 56 #define SIGRTMIN 32
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 49 #define SIGRTMIN 32
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 60 #define SIGRTMIN 32
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 61 #define SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
signal.h 58 #define SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
signal.h 49 #define SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 49 #define SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 58 #define SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 58 #define SIGRTMIN 32
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/
signal.h 58 #define SIGRTMIN 32
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
signal.h 75 #define SIGRTMIN 32
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
signal.h 74 #define SIGRTMIN 32
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/
signal.h 58 #define SIGRTMIN 32

Completed in 1207 milliseconds

1 2 3 4