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

1 23

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 353 #ifndef WSTOPSIG
354 #define WSTOPSIG WEXITSTATUS
  /system/core/sh/
jobs.c 461 st = WSTOPSIG(ps->status);
646 retval = WSTOPSIG(status) + 128;
1009 st = WSTOPSIG(status) + 128;
  /external/libppp/src/
exec.c 367 WSTOPSIG(stat));
  /system/core/logwrapper/
logwrap.c 428 "%s stopped by signal %d\n", log_info.btag, WSTOPSIG(status));
  /external/valgrind/main/coregrind/
m_debugger.c 47 #define WSTOPSIG(status) (((status) & 0xff00) >> 8)
377 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP &&
vgdb.c 441 APPEND ("WIFSTOPPED %d ", WSTOPSIG(status));
487 signal_received = WSTOPSIG(status);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 33 public static int WSTOPSIG(int status) { return WEXITSTATUS(status); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 87 # define WSTOPSIG(status) __WSTOPSIG(__WAIT_INT(status))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 87 # define WSTOPSIG(status) __WSTOPSIG(__WAIT_INT(status))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 87 # define WSTOPSIG(status) __WSTOPSIG(__WAIT_INT(status))
  /external/strace/
process.c     [all...]
  /external/mksh/src/
jobs.c     [all...]

Completed in 314 milliseconds

1 23