Home | History | Annotate | Download | only in gtest

Lines Matching defs:TEMP_FAILURE_RETRY

37 #ifndef TEMP_FAILURE_RETRY
40 #define TEMP_FAILURE_RETRY(exp) \
730 ssize_t bytes_read = TEMP_FAILURE_RETRY(
754 while ((result = TEMP_FAILURE_RETRY(waitpid(-1, &status, WNOHANG))) > 0) {
789 pid_t result = TEMP_FAILURE_RETRY(waitpid(pid, &exit_status, 0));