HomeSort by relevance Sort by last modified time
    Searched defs:WIFSTOPPED (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-3/arch-mips/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /external/valgrind/main/coregrind/
m_debugger.c 46 #define WIFSTOPPED(status) (((status) & 0xff) == 0x7f)
340 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP &&
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h 87 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h 87 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h 87 # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))

Completed in 1735 milliseconds

12 3