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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-28-buildonly.c 2 Test that the CLD_STOPPED macro is defined.
7 #ifndef CLD_STOPPED
8 #error CLD_STOPPED not defined
  /external/strace/xlat/
sigchld_codes.h 14 #if !(defined(CLD_STOPPED) || (defined(HAVE_DECL_CLD_STOPPED) && HAVE_DECL_CLD_STOPPED))
15 # define CLD_STOPPED 5
35 XLAT(CLD_STOPPED),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
10-1.c 33 case CLD_STOPPED:
92 wait_for_notification(CLD_STOPPED);
99 doesn't mask the next CLD_STOPPED
9-1.c 35 if (info && info->si_code == CLD_STOPPED) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 234 CLD_STOPPED, /* Child has stopped. */
235 # define CLD_STOPPED CLD_STOPPED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 234 CLD_STOPPED, /* Child has stopped. */
235 # define CLD_STOPPED CLD_STOPPED
  /frameworks/av/media/audioserver/
main_audioserver.cpp 91 case CLD_STOPPED:
92 code = "CLD_STOPPED";
  /external/e2fsprogs/e2fsck/
sigcatcher.c 279 #ifdef CLD_STOPPED
280 DEFINE_ENTRY(CLD_STOPPED)
  /external/strace/tests/
waitid.c 108 #ifdef CLD_STOPPED
109 CASE(CLD_STOPPED);
  /external/strace/tests-m32/
waitid.c 108 #ifdef CLD_STOPPED
109 CASE(CLD_STOPPED);
  /external/strace/tests-mx32/
waitid.c 108 #ifdef CLD_STOPPED
109 CASE(CLD_STOPPED);
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 178 #define CLD_STOPPED 5
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 235 #define CLD_STOPPED 5 /* child has stopped */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 222 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */
  /external/minijail/linux-x86/
libconstants.gen.c 53 #ifdef CLD_STOPPED
54 { "CLD_STOPPED", (unsigned long) CLD_STOPPED },
55 #endif // CLD_STOPPED
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 183 i = CLD_STOPPED;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 161 CLD_STOPPED = 5
FILE.py 166 CLD_STOPPED = 5
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 447 PHPBN2(CLD_STOPPED);
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 553 CLD_STOPPED = 5
STROPTS.py 550 CLD_STOPPED = 5
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 999 #define VKI_CLD_STOPPED CLD_STOPPED
    [all...]

Completed in 686 milliseconds