HomeSort by relevance Sort by last modified time
    Searched refs:WIFSTOPPED (Results 1 - 19 of 19) sorted by null

  /bionic/libc/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /development/ndk/platforms/android-3/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /development/ndk/platforms/android-9/include/sys/
wait.h 45 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
wait.h 44 #define WIFSTOPPED(s) (WTERMSIG(s) == 0x7f)
  /system/core/logwrapper/
logwrapper.c 97 else if (WIFSTOPPED(status))
  /external/clearsilver/util/
filter.c 45 if (WIFSTOPPED(r))
neo_server.c 185 if (WIFSTOPPED(status))
  /system/netd/
logwrapper.c 83 else if (WIFSTOPPED(status))
  /system/vold/
logwrapper.c 83 else if (WIFSTOPPED(status))
  /system/core/sh/
jobs.c 372 if (WIFSTOPPED(ps->status)) {
417 if (WIFSTOPPED(st1) || ((st1 = WTERMSIG(st1) & 0x7f)
460 if (WIFSTOPPED(ps->status))
645 else if (WIFSTOPPED(status))
1008 else if (WIFSTOPPED(status))
1076 else if (WIFSTOPPED(sp->status))
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 83 } else if (WIFSTOPPED(status)) {
  /external/strace/
strace.c 1280 if (!WIFSTOPPED(status)) {
    [all...]
process.c     [all...]
  /system/core/debuggerd/
debuggerd.c 793 if(WIFSTOPPED(status)){

Completed in 1415 milliseconds