HomeSort by: relevance | last modified time | path
    Searched refs:BACKENDS (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"
48 for i in $BACKENDS; do
152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test.sh 3 BACKENDS="EVPORT KQUEUE EPOLL DEVPOLL POLL SELECT WIN32"
48 for i in $BACKENDS; do
152 -b - specify backends
160 backends=$BACKENDS
167 b) backends="$OPTARG";;
180 for i in $backends; do
  /src/external/bsd/libevent/dist/
CMakeLists.txt 1204 # We run all tests with the different backends turned on one at a time.
1207 # Add event backends based on system introspection result.
1208 set(BACKENDS "")
1211 list(APPEND BACKENDS EPOLL)
1215 list(APPEND BACKENDS SELECT)
1219 list(APPEND BACKENDS POLL)
1223 list(APPEND BACKENDS KQUEUE)
1227 list(APPEND BACKENDS EVPORT)
1231 list(APPEND BACKENDS DEVPOLL)
1235 list(APPEND BACKENDS WIN32
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 1204 # We run all tests with the different backends turned on one at a time.
1207 # Add event backends based on system introspection result.
1208 set(BACKENDS "")
1211 list(APPEND BACKENDS EPOLL)
1215 list(APPEND BACKENDS SELECT)
1219 list(APPEND BACKENDS POLL)
1223 list(APPEND BACKENDS KQUEUE)
1227 list(APPEND BACKENDS EVPORT)
1231 list(APPEND BACKENDS DEVPOLL)
1235 list(APPEND BACKENDS WIN32
    [all...]

Completed in 25 milliseconds