HomeSort by relevance Sort by last modified time
    Searched refs:waitpid (Results 1 - 25 of 427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/libiberty/
msdos.c 12 waitpid() function
waitpid.c 3 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) function
  /external/bison/lib/
waitpid.c 27 waitpid (pid_t pid, int *statusp, int options) function
sys_wait.in.h 46 as returned by waitpid().
89 as returned by waitpid() or, equivalently, _cwait() or GetExitCodeProcess().
115 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
117 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
118 _GL_CXXALIASWARN (waitpid); variable
120 # undef waitpid
122 _GL_WARN_ON_USE (waitpid, "waitpid is unportable - "
  /external/fio/os/windows/posix/include/sys/
wait.h 10 pid_t waitpid(pid_t, int *stat_loc, int options);
  /external/compiler-rt/test/asan/TestCases/Posix/
wait.cc 20 #elif defined(WAITPID)
21 res = waitpid(pid, status, WNOHANG);
  /external/compiler-rt/test/lsan/TestCases/
fork.cc 19 waitpid(pid, &status, 0);
fork_threaded.cc 33 waitpid(pid, &status, 0);
  /external/valgrind/none/tests/
fork.c 21 waitpid(pid, NULL, 0);
  /external/libmicrohttpd/src/testzzuf/
socat.c 79 if (0 < waitpid (zzuf_pid, &status, WNOHANG))
109 waitpid (zzuf_pid, &status, 0);
  /external/compiler-rt/test/tsan/
fork_atexit.cc 28 if (waitpid(pid, 0, 0) == -1) {
29 perror("waitpid");
  /external/valgrind/gdbserver_tests/
fork_chain.c 25 while((ret = waitpid(pid, &status, 0)) != pid) {
27 perror("waitpid");
clean_after_fork.c 26 while((ret = waitpid(pid, &status, 0)) != pid) {
28 perror("waitpid");
  /external/valgrind/memcheck/tests/solaris/
spawn.c 37 waitpid(child, NULL, 0);
50 waitpid(child, NULL, 0);
66 waitpid(child, NULL, 0);
83 waitpid(child, NULL, 0);
101 waitpid(child, NULL, 0);
  /external/curl/tests/
ftp.pm 146 waitpid($pid, &WNOHANG);
196 waitpid($pid, &WNOHANG);
214 waitpid($pid, &WNOHANG);
231 waitpid($pid, &WNOHANG);
241 waitpid($pid, 0);
270 waitpid($pid, 0);
284 waitpid($pid, 0);
  /bionic/libc/bionic/
wait.cpp 38 pid_t waitpid(pid_t pid, int* status, int options) { function
  /external/google-breakpad/src/common/mac/
launch_reporter.cc 69 pid_t result = waitpid(pid, &status, WNOHANG);
  /external/libmicrohttpd/src/testcurl/
gauger.h 44 waitpid(__gauger_p,NULL,0);\
75 waitpid(__gauger_p,NULL,0);\
  /bionic/libc/include/sys/
wait.h 53 extern pid_t waitpid(pid_t, int *, int);
  /development/ndk/platforms/android-19/include/sys/
wait.h 49 extern pid_t waitpid(pid_t, int *, int);
  /development/ndk/platforms/android-21/include/sys/
wait.h 49 extern pid_t waitpid(pid_t, int *, int);
  /development/ndk/platforms/android-3/include/sys/
wait.h 51 extern pid_t waitpid(pid_t, int *, int);
  /external/compiler-rt/test/asan/TestCases/Linux/
clone_test.cc 30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE);
32 perror("waitpid");
signal_during_stop_the_world.cc 33 // waitpid in StopTheWorld.
38 // but at least one of them ought to unblock waitpid.
47 waitpid(pid, 0, 0);
  /external/libchrome/base/process/
kill_posix.cc 31 const pid_t result = HANDLE_EINTR(waitpid(handle, &status,
34 DPLOG(ERROR) << "waitpid(" << handle << ")";
108 // TODO(port): use waitpid to avoid leaving zombies around
140 const pid_t result = HANDLE_EINTR(waitpid(child, NULL, WNOHANG));
142 DPLOG(ERROR) << "waitpid(" << child << ")";
170 pid_t r = HANDLE_EINTR(waitpid(child_, NULL, 0));
191 if (HANDLE_EINTR(waitpid(child_, NULL, 0)) < 0)
192 DPLOG(WARNING) << "waitpid";

Completed in 1062 milliseconds

1 2 3 4 5 6 7 8 91011>>