OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timerfd_create
(Results
1 - 6
of
6
) sorted by null
/development/ndk/sources/android/libportable/common/include/
timerfd_portable.h
47
extern int WRAP(
timerfd_create
)(int clockid, int flags);
/development/ndk/sources/android/libportable/arch-mips/
timerfd.c
61
int WRAP(
timerfd_create
)(int clockid, int portable_flags) {
function
syscall.c
520
ret = WRAP(
timerfd_create
)(clockid, flags);
/external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c
1
/** Test Valgrind's interception of the Linux syscalls
timerfd_create
(),
130
int
timerfd_create
(int clockid, int flags)
function
198
if ((tfd =
timerfd_create
(clks[i].id, 0)) == -1)
200
perror("
timerfd_create
");
/external/libusb/libusb/
io.c
[
all
...]
/external/libusb_aah/libusb/
io.c
[
all
...]
Completed in 161 milliseconds