Searched refs:timerfd (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dio.c34 #include <sys/timerfd.h>
645 * - Linux v2.6.27 or newer, compiled with timerfd support
1074 ctx->timerfd = timerfd_create(usbi_backend->get_timerfd_clockid(),
1076 if (ctx->timerfd >= 0) {
1077 usbi_dbg("using timerfd for timeouts");
1078 r = usbi_add_pollfd(ctx, ctx->timerfd, POLLIN);
1081 close(ctx->timerfd);
1085 usbi_dbg("timerfd not available (code %d error %d)", ctx->timerfd, errno);
1086 ctx->timerfd
[all...]
H A Dlibusbi.h302 * this timerfd is maintained to trigger on the next pending timeout */
303 int timerfd; member in struct:libusb_context
308 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
900 /* clock ID of the clock that should be used for timerfd */
/macosx-10.10/WebKit2-7600.1.25/Platform/efl/
H A DDispatchQueueEfl.cpp30 #include <sys/timerfd.h>
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dconfigure1409 --enable-timerfd use timerfd for timing (default auto)
11314 # timerfd
11315 ac_fn_c_check_header_mongrel "$LINENO" "sys/timerfd.h" "ac_cv_header_sys_timerfd_h" "$ac_includes_default"
11323 # Check whether --enable-timerfd was given.
11332 as_fn_error $? "timerfd header not available; glibc 2.9+ required" "$LINENO" 5
11335 ac_fn_c_check_decl "$LINENO" "TFD_NONBLOCK" "ac_cv_have_decl_TFD_NONBLOCK" "#include <sys/timerfd.h>
11344 as_fn_error $? "timerfd header not usable; glibc 2.9+ required" "$LINENO" 5
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use timerfd for timing" >&5
11348 $as_echo_n "checking whether to use timerfd fo
[all...]

Completed in 83 milliseconds