Home
last modified time | relevance | path

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

/posix/
A Dtst-vfork1.c45 _exit (TEMP_FAILURE_RETRY (write (fd[1], &p, sizeof (p))) != sizeof (p)); in do_test()
54 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
60 if (TEMP_FAILURE_RETRY (waitpid (p1, &r, 0)) != p1) in do_test()
79 _exit (TEMP_FAILURE_RETRY (write (fd[1], &p, sizeof (p))) != sizeof (p)); in do_test()
88 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
93 if (TEMP_FAILURE_RETRY (waitpid (p3, &r, 0)) != p3) in do_test()
A Dtst-vfork2.c84 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in do_test()
85 _exit (TEMP_FAILURE_RETRY (write (fd[1], &p, sizeof (p))) != sizeof (p)); in do_test()
97 if (TEMP_FAILURE_RETRY (read (fd[0], &p2, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
103 if (TEMP_FAILURE_RETRY (waitpid (p1, &r, 0)) != p1) in do_test()
122 _exit (TEMP_FAILURE_RETRY (write (fd[1], &p, sizeof (p))) != sizeof (p)); in do_test()
131 if (TEMP_FAILURE_RETRY (read (fd[0], &p4, sizeof (pid_t))) != sizeof (pid_t)) in do_test()
136 if (TEMP_FAILURE_RETRY (waitpid (p3, &r, 0)) != p3) in do_test()
A Dtst-vfork3.c51 if (TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)) != pid) in run_script()
110 if (TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)) != pid) in do_test()
134 || TEMP_FAILURE_RETRY (write (fd, contents, size)) != size in create_script()
A Dtst-nanosleep.c36 TEMP_FAILURE_RETRY (nanosleep (&ts, &ts)); in do_test()
A Dtst-fexecve.c44 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in try_fexecve()
A Dwordexp.c911 return (TEMP_FAILURE_RETRY (__waitpid (pid, &status, 0)) == pid in exec_comm()
922 if ((buflen = TEMP_FAILURE_RETRY (__read (fildes[0], buffer, in exec_comm()
928 if (TEMP_FAILURE_RETRY (__waitpid (pid, &status, in exec_comm()
932 if ((buflen = TEMP_FAILURE_RETRY (__read (fildes[0], buffer, in exec_comm()
957 if ((buflen = TEMP_FAILURE_RETRY (__read (fildes[0], buffer, in exec_comm()
963 if (TEMP_FAILURE_RETRY (__waitpid (pid, &status, in exec_comm()
967 if ((buflen = TEMP_FAILURE_RETRY (__read (fildes[0], buffer, in exec_comm()
1097 TEMP_FAILURE_RETRY (__waitpid (pid, NULL, 0)); in exec_comm()
A Dunistd.h1134 # define TEMP_FAILURE_RETRY(expression) \ macro

Completed in 15 milliseconds