HomeSort by relevance Sort by last modified time
    Searched defs:CLD_DUMPED (Results 1 - 10 of 10) sorted by null

  /external/strace/xlat/
sigchld_codes.h 8 #if !(defined(CLD_DUMPED) || (defined(HAVE_DECL_CLD_DUMPED) && HAVE_DECL_CLD_DUMPED))
9 # define CLD_DUMPED 3
33 XLAT(CLD_DUMPED),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 230 CLD_DUMPED, /* Child terminated abnormally. */
231 # define CLD_DUMPED CLD_DUMPED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 230 CLD_DUMPED, /* Child terminated abnormally. */
231 # define CLD_DUMPED CLD_DUMPED
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 176 #define CLD_DUMPED 3
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 233 #define CLD_DUMPED 3 /* child terminated abnormally */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 220 #define CLD_DUMPED (__SI_CHLD|3) /* child terminated abnormally */
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 159 CLD_DUMPED = 3
FILE.py 164 CLD_DUMPED = 3
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 551 CLD_DUMPED = 3
STROPTS.py 548 CLD_DUMPED = 3
    [all...]

Completed in 723 milliseconds