HomeSort by relevance Sort by last modified time
    Searched defs:WTERMSIG (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/fio/os/windows/posix/include/sys/
wait.h 6 #define WTERMSIG(a) 0
  /development/ndk/platforms/android-19/include/sys/
wait.h 41 #define WTERMSIG(s) ((s) & 0x7f)
44 #define WIFEXITED(s) (WTERMSIG(s) == 0)
45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /development/ndk/platforms/android-21/include/sys/
wait.h 41 #define WTERMSIG(s) ((s) & 0x7f)
44 #define WIFEXITED(s) (WTERMSIG(s) == 0)
45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /development/ndk/platforms/android-9/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /external/bison/lib/
sys_wait.in.h 48 WTERMSIG are bits 7..0, while BeOS uses the opposite. Therefore programs
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
57 # define WIFEXITED(x) (WTERMSIG (x) == 0)
60 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f)
64 # ifndef WTERMSIG
65 # define WTERMSIG(x) ((x) & 0x7f)
98 # define WTERMSIG(x) SIGTERM
  /external/openssh/openbsd-compat/
bsd-waitpid.h 43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/sys/
wait.h 44 #define WTERMSIG(s) ((s) & 0x7f)
47 #define WIFEXITED(s) (WTERMSIG(s) == 0)
48 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)

Completed in 1121 milliseconds

1 2 3 4 5