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

1 2 3

  /external/bison/lib/
sys_wait.in.h 74 # ifndef WSTOPSIG
75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f)
103 # define WSTOPSIG(x) 0
  /development/ndk/sources/android/libportable/arch-mips/
waitpid.c 41 *status = (*status & ~0xff00) | (signum_ntop(WSTOPSIG(*status)) << 8);
  /bionic/libc/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-3/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-9/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
wait.h 42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)

Completed in 678 milliseconds

1 2 3