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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
wait.h 97 # define W_STOPCODE(sig) __W_STOPCODE (sig)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 97 # define W_STOPCODE(sig) __W_STOPCODE (sig)
  /external/strace/
process.c 826 #ifndef W_STOPCODE
827 # define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
846 status &= ~W_STOPCODE(WSTOPSIG(status));
    [all...]

Completed in 472 milliseconds