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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wait.h 19 #define WCONTINUED 0x00000008
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/bits/
waitstatus.h 48 define this if <bits/waitflags.h> provides the WCONTINUED flag bit. */
49 #ifdef WCONTINUED
  /frameworks/av/media/mediaserver/
main_mediaserver.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 460 public static final int WCONTINUED = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 517 initConstant(env, c, "WCONTINUED", WCONTINUED);
  /prebuilts/sdk/21/
android.jar 

Completed in 397 milliseconds

1 2 34