HomeSort by relevance Sort by last modified time
    Searched refs:WNOHANG (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py     [all...]
  /external/dnsmasq/src/
dnsmasq.c 736 while ((p = waitpid(-1, NULL, WNOHANG)) != 0)
  /external/iproute2/misc/
ifstat.c 717 while (children && waitpid(-1, &status, WNOHANG) > 0)
  /external/libmicrohttpd/src/testspdy/
test_request_response.c 990 while(waitpid(child,&childstatus,WNOHANG) != child);
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 928 while ((pid = waitpid(0, &status, WNOHANG)) > 0) {
  /external/v8/src/
d8-posix.cc 387 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 536 public static final int WNOHANG = placeholder();
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 754 while ((result = TEMP_FAILURE_RETRY(waitpid(-1, &status, WNOHANG))) > 0) {
    [all...]
  /bionic/tests/
gtest_main.cpp 798 while ((result = TEMP_FAILURE_RETRY(waitpid(-1, &status, WNOHANG))) > 0) {
    [all...]
  /bootable/recovery/
recovery.cpp     [all...]
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/mksh/src/
jobs.c     [all...]
  /external/ppp/pppd/
main.c     [all...]
  /external/python/cpython2/Lib/
subprocess.py     [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 597 initConstant(env, c, "WNOHANG", WNOHANG);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /external/fio/
backend.c     [all...]
  /external/python/cpython2/Lib/test/
test_support.py     [all...]

Completed in 1208 milliseconds

1 2 3 4 5 67 8 910