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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c193 * poll_active state, and sets the poll timeout to a short period
206 typedef enum { poll_idle, poll_active, poll_checking } pollstate_t; enumerator in enum:__anon290
4359 if (pollstate == poll_active)
4379 pollstate = poll_active;

Completed in 29 milliseconds