Home
last modified time | relevance | path

Searched refs:retrying_poll (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
Dres_send.c152 static int retrying_poll(const int sock, short events, const struct timespec* finish);
1000 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout()
1015 retrying_poll(const int sock, const short events, const struct timespec* finish) { in retrying_poll() function
1166 n = retrying_poll(s, POLLIN, &finish); in send_dg()