Searched refs:got_pid (Results 1 – 2 of 2) sorted by relevance
26 pid_t child, got_pid; in main() local50 got_pid = waitpid(-1, &status, 0); in main()51 assert(got_pid == child); in main()
33 pid_t child, got_pid; in main() local54 got_pid = waitpid(child, &status, 0); in main()55 assert(got_pid == child); in main()