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/chromium_org/third_party/libusb/src/libusb/
libusbi.h
277
* this
timerfd
is maintained to trigger on the next pending timeout */
278
int
timerfd
;
member in struct:libusb_context
285
#define usbi_using_timerfd(ctx) ((ctx)->
timerfd
>= 0)
[
all
...]
/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
*/
Completed in 31 milliseconds