Searched refs:fetchRestartCalls (Results 1 – 4 of 4) sorted by relevance
149 extern int fetchRestartCalls;
1288 if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls)) in fetch_socket_read()1364 if (errno == EINTR && fetchRestartCalls) in fetch_read()1474 if (errno == EINTR && fetchRestartCalls) in fetch_writev()1495 if (errno == EINTR && fetchRestartCalls) in fetch_writev()
48 int fetchRestartCalls = 1; variable
1132 fetchRestartCalls = 0; in main()