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

/external/libusb/libusb/
H A Dlibusbi.h193 * this timerfd is maintained to trigger on the next pending timeout */
194 int timerfd; member in struct:libusb_context
199 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
777 /* clock ID of the clock that should be used for timerfd */
/external/libusb_aah/libusb/
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 */

Completed in 50 milliseconds