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

1 2 3 4 5 6

  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 29 SIGSTOP = 19 # Stopped (signal)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 53 #define SIGSTOP 19 /* Stop, unblockable (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 53 #define SIGSTOP 19 /* Stop, unblockable (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 53 #define SIGSTOP 19 /* Stop, unblockable (POSIX). */
  /external/bison/lib/
sigaction.c 63 #ifndef SIGSTOP
64 # define SIGSTOP (-1)
138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP
sigprocmask.c 46 #ifndef SIGSTOP
47 # define SIGSTOP (-1)
299 if (sig >= 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP
  /bionic/libc/include/sys/
_sigdefs.h 61 __BIONIC_SIGDEF(SIGSTOP, "Stopped (signal)")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 51 __BIONIC_SIGDEF(SIGSTOP,19,"Stopped (signal)")
  /external/autotest/client/tests/kvm/scripts/
multicast_guest.py 36 os.kill(os.getpid(), signal.SIGSTOP)
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 51 __BIONIC_SIGDEF(SIGSTOP,19,"Stopped (signal)")
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 51 __BIONIC_SIGDEF(SIGSTOP,19,"Stopped (signal)")
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 51 __BIONIC_SIGDEF(SIGSTOP,19,"Stopped (signal)")
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 51 __BIONIC_SIGDEF(SIGSTOP,19,"Stopped (signal)")
  /external/strace/tests/
wait.c 81 raise(SIGSTOP);
85 assert(WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP);
  /external/ltrace/
libltrace.c 65 debug(2, "Sending SIGSTOP to process %u", proc->pid);
66 kill(proc->pid, SIGSTOP);
160 exiting && ev->e_un.signum == SIGSTOP) {
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 50 #define SIGSTOP 19
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 50 #define SIGSTOP 19
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 62 #define SIGSTOP 23
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 55 #define SIGSTOP 19
  /development/ndk/platforms/android-21/arch-arm/include/asm/
signal.h 50 #define SIGSTOP 19
  /development/ndk/platforms/android-21/arch-mips/include/asm/
signal.h 62 #define SIGSTOP 23
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
signal.h 62 #define SIGSTOP 23
  /development/ndk/platforms/android-21/arch-x86/include/asm/
signal.h 55 #define SIGSTOP 19
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
signal.h 55 #define SIGSTOP 19
  /development/ndk/platforms/android-21/include/asm-generic/
signal.h 50 #define SIGSTOP 19

Completed in 74 milliseconds

1 2 3 4 5 6