/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 896 waitpid
|
/external/blktrace/btt/ |
bno_plot.py | 126 os.waitpid(pid, 0)
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_desktop_impl.cc | 36 pid_t pid = HANDLE_EINTR(waitpid(process_id, NULL, WNOHANG));
|
/external/chromium_org/remoting/host/mac/ |
me2me_preference_pane.mm | 596 // waitpid(), since the child reads until EOF on its stdin, so calling 597 // waitpid() first would result in deadlock. 604 pid_t wait_result = HANDLE_EINTR(waitpid(pid, &exit_status, 0)); 606 NSLog(@"waitpid failed with error %d", errno);
|
/external/chromium_org/sandbox/linux/suid/client/ |
setuid_sandbox_client.cc | 132 if (waitpid(helper_pid, NULL, 0) < 0) {
|
/external/e2fsprogs/misc/ |
logsave.c | 200 while (!(waitpid(pid, &status, WNOHANG ))) {
|
/external/netperf/ |
netserver.c | 731 /* will call waitpid, looking for any child process, */ 732 /* with the WNOHANG feature. when waitpid return a zero, */ 737 /* Only call "waitpid()" if "setsid()" is not used. */ 738 while(waitpid(-1, NULL, WNOHANG) > 0) { }
|
/external/openssh/openbsd-compat/ |
openbsd-compat.h | 153 #include "bsd-waitpid.h"
|
/external/openssh/ |
readpass.c | 97 while ((ret = waitpid(pid, &status, 0)) < 0)
|
/external/qemu/ |
iohandler.c | 158 if (waitpid(rec->pid, NULL, WNOHANG) == rec->pid) {
|
vl-android-ui.c | 181 waitpid(-1, NULL, WNOHANG);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
/system/core/adb/ |
backup_service.c | 44 waitpid(params->pid, &status, 0);
|
framebuffer_service.c | 175 TEMP_FAILURE_RETRY(waitpid(pid, NULL, 0));
|
/system/netd/ |
SoftapController.cpp | 93 waitpid(mPid, NULL, 0);
|
/external/valgrind/main/coregrind/ |
m_libcproc.c | 283 Int VG_(waitpid)(Int pid, Int *status, Int options) function 363 VG_(waitpid) works (at least on AIX). According to the Linux 364 man page for waitpid: 369 become zombies and a call to wait() or waitpid() will block 384 zzz = VG_(waitpid)(pid, NULL, 0);
|
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |