/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpulse.so.0.4.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpulse.so | |
libpulse.so.0 | |
libpulse.so.0.4 | |
libpulse.so.0.4.1 | |
/external/valgrind/main/coregrind/ |
vgdb.c | 470 DEBUG(1, "waitstopped %s before waitpid signal_expected %d\n", 472 p = waitpid(pid, &status, __WALL); 473 DEBUG(1, "after waitpid pid %d p %d status 0x%x %s\n", pid, p, 476 ERROR(errno, "%s waitpid pid %d in waitstopped %d status 0x%x %s\n", [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 122 # define WAIT_NOHANG(status) waitpid (-1, (status), WNOHANG) 123 #else /* Don't have waitpid. */ 130 #endif /* Have waitpid. */ 415 If we don't have either waitpid or wait3, then make is unreliable, but we 498 all modern, POSIX-y systems that support wait3() or waitpid(). [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
linux_syscall_support.h | 115 * sys_wait4 -- waitpid 1972 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
linux_syscall_support.h | 115 * sys_wait4 -- waitpid 1875 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function [all...] |
/external/openssh/ |
sftp.c | 209 waitpid(sshpid, NULL, 0); 292 while (waitpid(pid, &status, 0) == -1) [all...] |
sshd.c | 343 while ((pid = waitpid(-1, &status, WNOHANG)) > 0 || 652 while (waitpid(pid, &status, 0) < 0) { 654 fatal("%s: waitpid: %s", __func__, [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | [all...] |
/external/tcpdump/ |
aclocal.m4 | 515 u_int j = waitpid(0, &status, 0);], 687 pid = waitpid(pid, &status, 0); [all...] |
/bionic/libc/ |
SYSCALLS.TXT | 40 pid_t _waitpid:waitpid (pid_t, int*, int, struct rusage*) -1,1,1
|
/external/chromium/base/ |
process_util.h | 360 // the status returned by waitpid() on POSIX, and from
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 356 GTEST_DEATH_TEST_CHECK_SYSCALL(waitpid(child_pid_, &status_, 0));
|
/external/chromium_org/base/process/ |
launch_posix.cc | 562 pid_t ret = HANDLE_EINTR(waitpid(pid, 0, 0));
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
service_runtime.cc | 833 // Note that this does waitpid() to get rid of any zombie subprocess.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 197 _ = os.waitpid(pid, os.WNOHANG)
|
/external/dropbear/ |
svr-chansession.c | 91 while ((pid = waitpid(-1, &status, WNOHANG)) > 0) {
|
/external/iproute2/misc/ |
ifstat.c | 532 while (children && waitpid(-1, &status, WNOHANG) > 0)
|
/external/libppp/src/ |
chat.c | 766 waitpid(pid, &stat, WNOHANG);
|
/external/netperf/ |
netcpu_looper.c | 461 while(waitpid(-1, NULL, WNOHANG) > 0) { }
|
/external/openssh/openbsd-compat/ |
bsd-cray.c | 740 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR)
|
/external/strace/ |
defs.h | 362 int waitpid; /* pid(s) this process is waiting for */ member in struct:tcb
|