Home | History | Annotate | Download | only in tests

Lines Matching defs:TEMP_FAILURE_RETRY

43 #ifndef TEMP_FAILURE_RETRY
46 #define TEMP_FAILURE_RETRY(exp) ({ \
325 if (TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)) != pid) {
775 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(child_proc.child_read_fd, buf, sizeof(buf) - 1));
798 while ((result = TEMP_FAILURE_RETRY(waitpid(-1, &status, WNOHANG))) > 0) {
833 pid_t result = TEMP_FAILURE_RETRY(waitpid(pid, &exit_status, 0));