Searched refs:result_pid (Results 1 – 2 of 2) sorted by relevance
690 pid_t result_pid; in _z_zone_exec() local965 result_pid = waitpid(child_pid, &status, 0L); in _z_zone_exec()966 lerrno = (result_pid == -1 ? errno : 0); in _z_zone_exec()970 if (result_pid != -1) { in _z_zone_exec()1003 if (result_pid == -1) { in _z_zone_exec()
2042 pid_t result_pid; in z_zone_exec() local2223 result_pid = waitpid(child_pid, &status, 0L); in z_zone_exec()2224 lerrno = (result_pid == -1 ? errno : 0); in z_zone_exec()2228 if (result_pid != -1) { in z_zone_exec()2262 if (result_pid == -1) { in z_zone_exec()