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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dsocket.c177 * poll_active state, and sets the poll timeout to a short period
190 typedef enum { poll_idle, poll_active, poll_checking } pollstate_t; enumerator in enum:__anon1460
3867 if (pollstate == poll_active)
3887 pollstate = poll_active;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c163 * poll_active state, and sets the poll timeout to a short period
176 typedef enum { poll_idle, poll_active, poll_checking } pollstate_t; enumerator in enum:__anon1840
3509 if (pollstate == poll_active)
3529 pollstate = poll_active;

Completed in 174 milliseconds