Searched refs:termpid (Results 1 – 1 of 1) sorted by relevance
42 pid_t termpid; in try_fexecve() local44 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in try_fexecve()45 if (termpid == -1) in try_fexecve()47 if (termpid != pid) in try_fexecve()49 (long int) termpid, (long int) pid); in try_fexecve()
Completed in 4 milliseconds