Searched refs:termpid (Results 1 – 1 of 1) sorted by relevance
290 pid_t termpid; in support_test_main() local459 termpid = TEMP_FAILURE_RETRY (waitpid (test_pid, &status, 0)); in support_test_main()460 if (termpid == -1) in support_test_main()465 if (termpid != test_pid) in support_test_main()468 (long int) test_pid, (long int) termpid); in support_test_main()
Completed in 4 milliseconds