Searched refs:termpid (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/posix/ |
D | tst-fexecve.c | 42 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/ |
D | tst-align2.c | 132 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()
|
D | tst-stackguard1.c | 126 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()
|
D | tst-ptrguard1.c | 136 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/ |
D | tst-stackguard1.c | 156 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/ |
D | support_test_main.c | 290 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/ |
D | xtrace.sh | 173 termpid=$!
|