Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/verto/
H A Dev.c112 # ifndef EV_USE_EPOLL
113 # define EV_USE_EPOLL EV_FEATURE_BACKENDS macro
116 # undef EV_USE_EPOLL
117 # define EV_USE_EPOLL 0 macro
302 #ifndef EV_USE_EPOLL
304 # define EV_USE_EPOLL EV_FEATURE_BACKENDS macro
306 # define EV_USE_EPOLL 0 macro
1773 #if EV_USE_EPOLL
2693 #if EV_USE_EPOLL
2734 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL; in ev_supported_backends()
[all …]
H A Dev_vars.h102 #if EV_USE_EPOLL || EV_GENWRAP