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

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
wait.h 26 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /external/strace/xlat/
wait4_options.h 39 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
40 XLAT(WCONTINUED),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitstatus.h 48 define this if <bits/waitflags.h> provides the WCONTINUED flag bit. */
49 #ifdef WCONTINUED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitstatus.h 48 define this if <bits/waitflags.h> provides the WCONTINUED flag bit. */
49 #ifdef WCONTINUED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitstatus.h 48 define this if <bits/waitflags.h> provides the WCONTINUED flag bit. */
49 #ifdef WCONTINUED
  /external/tlsdate/src/events/
sigchld.c 89 ret = waitid (P_ALL, -1, &info, WSTOPPED|WCONTINUED|WNOHANG);
  /frameworks/av/media/audioserver/
main_audioserver.cpp 62 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
  /external/mksh/src/
jobs.c     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 500 public static final int WCONTINUED = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 557 initConstant(env, c, "WCONTINUED", WCONTINUED);
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 476 milliseconds

1 23