/ndk/sources/host-tools/make-3.81/ |
config.ami | 277 /* Define if you have the waitpid function. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 64 pid2, status = os.waitpid(pid, 0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 64 pid2, status = os.waitpid(pid, 0)
|
/external/dhcpcd/ |
configure.c | 379 while (waitpid(pid, &status, 0) == -1) { 381 syslog(LOG_ERR, "waitpid: %m");
|
/external/libpcap/ |
aclocal.m4 | 433 u_int j = waitpid(0, &status, 0);], 650 pid = waitpid(pid, &status, 0);
|
/external/strace/ |
NEWS | 45 * Fixed a corner case in waitpid handling. 267 in waitpid calls with WNOHANG.
|
/external/valgrind/main/coregrind/ |
m_debugger.c | 376 if ((res = VG_(waitpid)(pid, &status, 0)) == pid && 445 VG_(waitpid)(pid, &status, 0);
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 540 pid_t actualPid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); 542 ALOGW("waitpid() returned %d (errno=%d)", actualPid, errno);
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | [all...] |
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 50 /* keep track of children so we can implement a waitpid-like routine */ 154 * Public function which works kind of like waitpid(). Wait for any
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
collect2 | |
/prebuilts/misc/android-x86/gdbserver/ |
gdbserver | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 249 pid, sts = os.waitpid(p.pid, 0) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 249 pid, sts = os.waitpid(p.pid, 0) [all...] |
/dalvik/vm/analysis/ |
DexPrepare.cpp | 489 gotPid = waitpid(pid, &status, 0); 491 ALOGD("waitpid interrupted, retrying"); 498 ALOGE("waitpid failed: wanted %d, got %d: %s", [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest-death-test_test.cc | 47 # include <sys/wait.h> // For waitpid. 236 waitpid(child_pid, &status, 0); 252 waitpid(child_pid, &status, 0); [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-death-test_test.cc | 47 # include <sys/wait.h> // For waitpid. 236 waitpid(child_pid, &status, 0); 252 waitpid(child_pid, &status, 0); [all...] |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/external/chromium_org/content/browser/ |
child_process_launcher.cc | 478 // here. Since GetTerminationStatus called waitpid with WNOHANG,
|
/external/chromium_org/content/zygote/ |
zygote_linux.cc | 351 if (waitpid(pid, NULL, WNOHANG) == -1)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 345 // At this point, any signal will either be blocked or kill us, so waitpid
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_stat.cc | 312 name[StatInt_waitpid] = " waitpid ";
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 511 (void) waitpid(pid, 0, 0);
|
/external/iproute2/misc/ |
nstat.c | 417 while (children && waitpid(-1, &status, WNOHANG) > 0)
|
rtacct.c | 408 while (children && waitpid(-1, &status, WNOHANG) > 0)
|