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

1 2 3 4 56 7

  /prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py 536 pid, status = os.waitpid(child, os.WNOHANG)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 131 def poll(self, flag=os.WNOHANG):
  /prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py 536 pid, status = os.waitpid(child, os.WNOHANG)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 131 def poll(self, flag=os.WNOHANG):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py 536 pid, status = os.waitpid(child, os.WNOHANG)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 131 def poll(self, flag=os.WNOHANG):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py 536 pid, status = os.waitpid(child, os.WNOHANG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 131 def poll(self, flag=os.WNOHANG):
  /external/dbus/dbus/
dbus-spawn.c 303 ret = waitpid (sitter->sitter_pid, &status, WNOHANG);
991 ret = waitpid (grandchild_pid, &status, WNOHANG);
992 /* The man page says EINTR can't happen with WNOHANG,
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 968 while(loop && waitpid(child,&childstatus,WNOHANG) != child);
976 if(waitpid(child,&childstatus,WNOHANG) == child)
test_notls.c 934 while(waitpid(child,&childstatus,WNOHANG) != child);
test_request_response.c 990 while(waitpid(child,&childstatus,WNOHANG) != child);
  /external/deqp/framework/delibs/deutil/
deProcess.c 377 if (waitpid(process->pid, &status, WNOHANG) == 0)
  /external/iproute2/misc/
nstat.c 467 while (children && waitpid(-1, &status, WNOHANG) > 0)
ifstat.c 625 while (children && waitpid(-1, &status, WNOHANG) > 0)
  /external/netperf/src/
netserver.c 1042 while(waitpid(-1, NULL, WNOHANG) > 0) {
    [all...]
  /external/toybox/toys/pending/
crond.c 516 ret = waitpid(job->pid, NULL, WNOHANG);
telnetd.c 426 pid = waitpid(-1, &status, WNOHANG);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 502 public static final int WNOHANG = placeholder();
    [all...]
  /system/core/logwrapper/
logwrap.c 411 ret = waitpid(pid, &status, WNOHANG);
  /ndk/sources/host-tools/make-3.81/
job.c 122 # define WAIT_NOHANG(status) waitpid (-1, (status), WNOHANG)
128 # define WAIT_NOHANG(status) wait3 ((status), WNOHANG, (struct rusage *) 0)
    [all...]
  /bionic/tests/
gtest_main.cpp 743 while ((result = TEMP_FAILURE_RETRY(waitpid(-1, &status, WNOHANG))) > 0) {
    [all...]
  /external/autotest/client/virt/
aexpect.py 152 pid, status = os.waitpid(shell_pid, os.WNOHANG)
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 841 while ((p = waitpid(-1, NULL, WNOHANG)) != 0)
    [all...]
  /external/v8/src/
d8-posix.cc 395 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT);

Completed in 775 milliseconds

1 2 3 4 56 7