Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-fexecve.c42 pid_t termpid; in try_fexecve() local
44 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()
/glibc-2.36/elf/
Dtst-align2.c132 pid_t termpid; in do_test() local
133 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
134 if (termpid == -1) in do_test()
139 else if (termpid != pid) in do_test()
142 (long int) termpid, (long int) pid); in do_test()
Dtst-stackguard1.c126 pid_t termpid; in do_test() local
128 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
129 if (termpid == -1) in do_test()
134 else if (termpid != pid) in do_test()
137 (long int) termpid, (long int) pid); in do_test()
Dtst-ptrguard1.c136 pid_t termpid; in do_test() local
138 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
139 if (termpid == -1) in do_test()
144 else if (termpid != pid) in do_test()
147 (long int) termpid, (long int) pid); in do_test()
/glibc-2.36/nptl/
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()
/glibc-2.36/support/
Dsupport_test_main.c290 pid_t termpid; in support_test_main() local
459 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()
/glibc-2.36/debug/
Dxtrace.sh173 termpid=$!