Searched refs:termpid (Results 1 – 1 of 1) sorted by relevance
156 pid_t termpid; in do_test() local158 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()159 if (termpid == -1) in do_test()164 else if (termpid != pid) in do_test()167 (long int) termpid, (long int) pid); in do_test()
Completed in 3 milliseconds