Searched refs:syscall_waitpid (Results 1 – 3 of 3) sorted by relevance
59 extern pid_t (*syscall_waitpid)(const pid_t, int*, const int);
59 pid_t (*detail::syscall_waitpid)(const pid_t, int*, const int) = ::waitpid; variable
101 if (process::detail::syscall_waitpid(pid, &stat_loc, 0) == -1) { in safe_waitpid()