Searched defs:waitpid (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-waitpid.c30 #include "bsd-waitpid.h"
33 waitpid(int pid, int *stat_loc, int options) function
/external/valgrind/main/coregrind/
H A Dm_libcproc.c279 Int VG_(waitpid)(Int pid, Int *status, Int options) function
359 VG_(waitpid) works (at least on AIX). According to the Linux
360 man page for waitpid:
365 become zombies and a call to wait() or waitpid() will block
380 zzz = VG_(waitpid)(pid, NULL, 0);
/external/strace/
H A Ddefs.h362 int waitpid; /* pid(s) this process is waiting for */ member in struct:tcb

Completed in 128 milliseconds