Searched defs:writes (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dentropy.c388 fd_set writes; local
392 FD_ZERO(&writes);
413 FD_SET(fd, &writes);
429 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);

Completed in 23 milliseconds