Searched refs:retrying_poll (Results 1 – 1 of 1) sorted by relevance
161 static int retrying_poll(const int sock, short events, const struct timespec* finish);885 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout()896 static int retrying_poll(const int sock, const short events, const struct timespec* finish) { in retrying_poll() function972 if (int n = retrying_poll(statp->nssocks[ns], POLLIN, finish); n <= 0) { in udpRetryingPollWrapper()