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

  /bionic/libc/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
wait.h 41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /external/strace/
strace.c 1284 if (WSTOPSIG(status) == SIGSTOP) {
1294 WSTOPSIG(status) == SIGTRAP ?
1295 0 : WSTOPSIG(status))) < 0) {
    [all...]
process.c     [all...]
  /system/core/logwrapper/
logwrapper.c 99 WSTOPSIG(status));
  /external/clearsilver/util/
filter.c 47 r = WSTOPSIG(r);
neo_server.c 187 ne_warn("pid %d stopped on signal %d", child, WSTOPSIG(status));
  /system/netd/
logwrapper.c 85 WSTOPSIG(status));
  /system/vold/
logwrapper.c 83 WSTOPSIG(status));
  /dalvik/libcore/luni-kernel/src/main/native/
java_lang_ProcessManager.cpp 94 status = WSTOPSIG(status);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 342 #ifndef WSTOPSIG
343 #define WSTOPSIG WEXITSTATUS
  /system/core/sh/
jobs.c 461 st = WSTOPSIG(ps->status);
646 retval = WSTOPSIG(status) + 128;
1009 st = WSTOPSIG(status) + 128;
  /system/core/debuggerd/
debuggerd.c 748 n = WSTOPSIG(status);

Completed in 1275 milliseconds