HomeSort by: relevance | last modified time | path
    Searched refs:EPOLL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
test.sh 3 BACKENDS="EVPORT KQUEUE EPOLL DEVPOLL POLL SELECT WIN32"
177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"
178 [ $changelist -eq 0 ] || do_test EPOLL "(changelist)"
179 [ $timerfd_changelist -eq 0 ] || do_test EPOLL "(timerfd+changelist)"
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test.sh 3 BACKENDS="EVPORT KQUEUE EPOLL DEVPOLL POLL SELECT WIN32"
177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"
178 [ $changelist -eq 0 ] || do_test EPOLL "(changelist)"
179 [ $timerfd_changelist -eq 0 ] || do_test EPOLL "(timerfd+changelist)"
  /src/external/bsd/libevent/dist/
CMakeLists.txt 403 sys/epoll.h
836 list(APPEND SRC_CORE epoll.c)
1211 list(APPEND BACKENDS EPOLL)
1309 # Epoll has some extra settings.
1310 if (${BACKEND} STREQUAL "EPOLL")
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 403 sys/epoll.h
836 list(APPEND SRC_CORE epoll.c)
1211 list(APPEND BACKENDS EPOLL)
1309 # Epoll has some extra settings.
1310 if (${BACKEND} STREQUAL "EPOLL")

Completed in 24 milliseconds