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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wait.h 20 #define WNOWAIT 0x01000000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wait.h 20 #define WNOWAIT 0x01000000
  /external/bison/lib/
wait-process.c 198 #if HAVE_WAITID && defined WNOWAIT && 0
199 /* Commented out because waitid() without WEXITED and with WNOWAIT doesn't
202 /* Use of waitid() with WNOWAIT avoids a race condition: If slave_process is
214 if (waitid (P_PID, child, &info, WEXITED | (slave_process ? WNOWAIT : 0))
  /external/chromium_org/v8/src/
d8-posix.cc 375 #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) \
397 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
  /external/v8/src/
d8-posix.cc 369 #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__) \
390 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
  /external/kernel-headers/original/linux/
wait.h 9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 383 public static final int WNOWAIT = placeholder();
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 441 initConstant(env, c, "WNOWAIT", WNOWAIT);
  /external/strace/
process.c     [all...]

Completed in 174 milliseconds

1 23