Searched refs:reads (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c394 fd_set reads; local
398 FD_ZERO(&reads);
407 FD_SET(fd, &reads);
425 FD_SET(fd, &reads);
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);

Completed in 58 milliseconds