Searched defs:waitpid (Results 1 – 5 of 5) sorted by relevance
/external/bison/lib/ |
D | waitpid.c | 27 waitpid (pid_t pid, int *statusp, int options) in waitpid() function
|
/external/openssh/openbsd-compat/ |
D | bsd-waitpid.c | 33 waitpid(int pid, int *stat_loc, int options) in waitpid() function
|
/external/valgrind/main/coregrind/ |
D | m_libcproc.c | 283 Int VG_(waitpid)(Int pid, Int *status, Int options) in VG_() argument
|
/external/strace/ |
D | defs.h | 362 int waitpid; /* pid(s) this process is waiting for */ member
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 550 INTERCEPTOR(int, waitpid, int pid, int *status, int options) { in INTERCEPTOR() argument
|