Searched refs:fetchRestartCalls (Results 1 – 4 of 4) sorted by relevance
149 extern int fetchRestartCalls;
1289 if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls)) in fetch_socket_read()1365 if (errno == EINTR && fetchRestartCalls) in fetch_read()1475 if (errno == EINTR && fetchRestartCalls) in fetch_writev()1496 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
49 int fetchRestartCalls = 1; variable
1133 fetchRestartCalls = 0; in main()