Searched refs:_waitpid (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_waitpid.c39 pid_t _waitpid(pid_t wpid, int *status, int options);
41 __weak_reference(_waitpid, waitpid);
44 _waitpid(pid_t wpid, int *status, int options) function
/freebsd-10.2-release/lib/libc/gen/
H A Dwaitpid.c54 __weak_reference(__waitpid, _waitpid);
H A Dwordexp.c212 wpid = _waitpid(pid, &status, 0);
H A Dposix_spawn.c224 _waitpid(p, NULL, WNOHANG);
/freebsd-10.2-release/lib/libc/include/
H A Dnamespace.h233 #define waitpid _waitpid

Completed in 101 milliseconds