Searched refs:syscall_waitpid (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/kyua/utils/process/
H A Dsystem.hpp59 extern pid_t (*syscall_waitpid)(const pid_t, int*, const int);
H A Dsystem.cpp59 pid_t (*detail::syscall_waitpid)(const pid_t, int*, const int) = ::waitpid; variable
H A Doperations.cpp101 if (process::detail::syscall_waitpid(pid, &stat_loc, 0) == -1) {

Completed in 71 milliseconds