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

1 2 3 4 5 6 7 8 9

  /system/extras/tests/bionic/libc/other/
test_system.c 22 if (WEXITSTATUS(rv) != 0) {
24 WEXITSTATUS(rv));
  /external/llvm/lib/Support/Unix/
Unix.h 50 #ifndef WEXITSTATUS
51 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
fork.cc 21 return WEXITSTATUS(status);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc 29 EXPECT_EQ(0, WEXITSTATUS(status));
  /ndk/tests/device/test-wait/jni/
test_wait.c 62 printf("Child Exit Code: %d\n", WEXITSTATUS(status));
89 printf("Child Exit Code: %d\n", WEXITSTATUS(status));
115 printf("Child Exit Code: %d\n", WEXITSTATUS(status));
143 printf("Child Exit Code: %d\n", WEXITSTATUS(status));
  /bionic/libc/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-3/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-9/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 9