Searched refs:pid2 (Results 1 – 1 of 1) sorted by relevance
32 pid_t pid2; in thread_function() local49 pid2 = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in thread_function()50 if (pid2 != pid) in thread_function()53 (long int) pid2, (long int) pid); in thread_function()
Completed in 3 milliseconds