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

1 2 3 4 5

  /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.11-4.8/sysroot/usr/include/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/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 87 case CLD_STOPPED:
88 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);
  /development/ndk/platforms/android-21/include/asm-generic/
siginfo.h 214 #define CLD_STOPPED (__SI_CHLD|5)
  /development/ndk/platforms/android-9/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 207 #define CLD_STOPPED (__SI_CHLD|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 */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm-generic/
siginfo.h 170 #define CLD_STOPPED (__SI_CHLD|5)

Completed in 1504 milliseconds

1 2 3 4 5