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

1 2 3 4 5 67

  /system/core/debuggerd/
debuggerd.cpp 742 pid_t rc = waitpid(-1, &status, WNOHANG | WUNTRACED);
  /system/core/init/
service.cpp 777 pid_t pid = TEMP_FAILURE_RETRY(waitpid(-1, &status, WNOHANG));
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/avahi/avahi-autoipd/
main.c     [all...]
  /external/mksh/src/
jobs.c     [all...]
  /external/ppp/pppd/
main.c     [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 626 pid_t child_pid = waitpid(pid, status, WNOHANG);
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 559 initConstant(env, c, "WNOHANG", WNOHANG);
  /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...]
  /bootable/recovery/
recovery.cpp     [all...]
  /external/fio/
backend.c     [all...]
server.c 509 ret = waitpid(ffi->pid, &status, WNOHANG);
    [all...]
  /external/curl/tests/
runtests.pl 408 my $rc = waitpid($pid, &WNOHANG);
    [all...]
  /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 1029 milliseconds

1 2 3 4 5 67