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

  /src/tests/dev/audio/
audiotest.c 516 /* kqueue(2) or rump_sys_kqueue(3) */
527 r = kqueue();
1153 #define KQUEUE() \
1157 DPRINTFF(line, "kqueue()");
3541 * Whether kqueue() succeeds with specified mode.
3563 kq = KQUEUE();
3624 * kqueue(2) when buffer is empty.
3643 kq = KQUEUE();
3656 * XXX According to kqueue(2) manpage, returned kev.data contains
3670 * kqueue(2) when buffer is full
    [all...]
  /src/external/bsd/libevent/dist/
CMakeLists.txt 150 "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
482 kqueue
660 # Verify kqueue works with pipes.
663 message(WARNING "Cannot check if kqueue works with pipes when crosscompiling, use EVENT__FORCE_KQUEUE_CHECK to be sure (this requires manually running a test program on the cross compilation target)")
666 message(STATUS "Checking if kqueue works with pipes...")
828 list(APPEND SRC_CORE kqueue.c)
1223 list(APPEND BACKENDS KQUEUE)
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 150 "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
482 kqueue
660 # Verify kqueue works with pipes.
663 message(WARNING "Cannot check if kqueue works with pipes when crosscompiling, use EVENT__FORCE_KQUEUE_CHECK to be sure (this requires manually running a test program on the cross compilation target)")
666 message(STATUS "Checking if kqueue works with pipes...")
828 list(APPEND SRC_CORE kqueue.c)
1223 list(APPEND BACKENDS KQUEUE)

Completed in 25 milliseconds