Home
last modified time | relevance | path

Searched refs:termpid (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-stackguard1.c156 pid_t termpid; in do_test() local
158 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