OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timerfd
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/include/sys/
timerfd.h
34
#include <linux/
timerfd
.h>
/external/chromium_org/third_party/libusb/src/libusb/
io.c
35
#include <sys/
timerfd
.h>
607
* On some platforms a
timerfd
is used, so the timeout handling is just another
703
* - Linux v2.6.27 or newer, compiled with
timerfd
support
[
all
...]
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/
io.c
34
#include <sys/
timerfd
.h>
641
* - Linux v2.6.27 or newer, compiled with
timerfd
support
[
all
...]
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
*/
/development/ndk/sources/android/libportable/
Android.mk
58
arch-mips/
timerfd
.c \
/system/core/healthd/
healthd.cpp
33
#include <sys/
timerfd
.h>
/external/libusb/
configure
[
all
...]
Completed in 758 milliseconds