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

1 2 3 4 5

  /external/fio/os/windows/posix/include/sys/
wait.h 4 #define WIFSIGNALED(a) 0
  /development/ndk/platforms/android-19/include/sys/
wait.h 46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /development/ndk/platforms/android-21/include/sys/
wait.h 46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /development/ndk/platforms/android-9/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /external/bison/lib/
sys_wait.in.h 51 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
53 # ifndef WIFSIGNALED
54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
63 /* The termination signal. Only to be accessed if WIFSIGNALED(x) is true. */
93 # define WIFSIGNALED(x) ((x) == 3)
  /external/openssh/openbsd-compat/
bsd-waitpid.h 35 #undef WIFSIGNALED
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
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 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/sys/
wait.h 49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2)

Completed in 695 milliseconds

1 2 3 4 5