Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/include/
HDapr_poll.h83 APR_POLLSET_KQUEUE, /**< Poll uses kqueue method */ enumerator
/freebsd-13-stable/contrib/apr/include/arch/unix/
HDapr_arch_poll_private.h56 #define POLLSET_DEFAULT_METHOD APR_POLLSET_KQUEUE
/freebsd-13-stable/contrib/apr/poll/unix/
HDpollcb.c48 case APR_POLLSET_KQUEUE: in pollcb_provider()
HDpollset.c67 case APR_POLLSET_KQUEUE: in pollset_provider()