Searched defs:timerfd (Results 1 - 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c27 #include <sys/timerfd.h>
133 int timerfd; local
143 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
144 if (timerfd < 0) {
150 err = timerfd_settime(timerfd, 0, &spec, NULL);
161 close(timerfd);
/external/libusb/include/libusb/
H A Dlibusbi.h329 * this timerfd is maintained to trigger on the next pending timeout */
330 int timerfd; member in struct:libusb_context
360 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
1114 /* clock ID of the clock that should be used for timerfd */
/external/libusb/libusb/
H A Dlibusbi.h329 * this timerfd is maintained to trigger on the next pending timeout */
330 int timerfd; member in struct:libusb_context
360 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
1114 /* clock ID of the clock that should be used for timerfd */

Completed in 145 milliseconds