Home
last modified time | relevance | path

Searched refs:pollstate (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c3810 pollstate_t pollstate = poll_idle; in watcher() local
3834 if (pollstate == poll_idle) in watcher()
3865 if (pollstate == poll_active) in watcher()
3866 pollstate = poll_checking; in watcher()
3867 else if (pollstate == poll_checking) in watcher()
3868 pollstate = poll_idle; in watcher()
3870 if (pollstate == poll_checking) { in watcher()
3885 pollstate = poll_active; in watcher()