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

1 2 3 4 5 67

  /frameworks/base/cmds/installd/
commands.c 540 got_pid = waitpid(pid, &status, 0);
542 printf("waitpid interrupted, retrying\n");
548 ALOGW("waitpid failed: wanted %d, got %d: %s\n",
  /system/core/sh/
eval.c 888 (void)waitpid(pid, NULL, 0);
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /external/chromium/third_party/libevent/test/
regress.c 570 if (waitpid(pid, &status, 0) == -1) {
    [all...]
  /external/mksh/src/
jobs.c 1263 pid = waitpid(-1, &status, (WNOHANG|WUNTRACED));
    [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...]
configure     [all...]
  /external/openssh/
sshconnect2.c     [all...]
monitor.c     [all...]
configure     [all...]
  /external/valgrind/main/coregrind/
vgdb.c 465 DEBUG(1, "waitstopped %s before waitpid signal_expected %d\n",
467 p = waitpid(pid, &status, __WALL);
468 DEBUG(1, "after waitpid pid %d p %d status 0x%x %s\n", pid, p,
471 ERROR(errno, "%s waitpid pid %d in waitstopped %d status 0x%x %s\n",
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 87 Syscall param waitpid(pid) contains uninitialised byte(s)
91 Syscall param waitpid(status) contains uninitialised byte(s)
95 Syscall param waitpid(options) contains uninitialised byte(s)
99 Syscall param waitpid(status) points to unaddressable byte(s)
    [all...]
  /external/bluetooth/glib/glib/
gmain.c     [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
  /external/qemu/
net-android.c     [all...]
net.c     [all...]
  /external/strace/
process.c     [all...]
  /external/bluetooth/bluez/plugins/
hciops.c     [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]
  /external/libpcap/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/tcpdump/
configure     [all...]

Completed in 1752 milliseconds

1 2 3 4 5 67