OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timerfd
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
libusbi.h
193
* 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/
libusbi.h
302
* 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 43 milliseconds