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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c195 * watcher goes to the poll_checking state with the same timeout period.
206 typedef enum { poll_idle, poll_active, poll_checking } pollstate_t; enumerator in enum:__anon290
4360 pollstate = poll_checking;
4361 else if (pollstate == poll_checking)
4364 if (pollstate == poll_checking) {

Completed in 30 milliseconds