HomeSort by relevance Sort by last modified time
    Searched refs:timerfd_create (Results 1 - 14 of 14) sorted by null

  /bionic/libc/arch-mips/syscalls/
timerfd_create.S 4 .globl timerfd_create
6 .ent timerfd_create
8 timerfd_create: label
22 .end timerfd_create
  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 6 ENTRY(timerfd_create) function
15 END(timerfd_create)
  /bionic/libc/include/sys/
timerfd.h 38 extern int timerfd_create(clockid_t, int);
  /bionic/libc/arch-x86/syscalls/
timerfd_create.S 6 ENTRY(timerfd_create) function
24 END(timerfd_create)
  /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");
  /system/core/healthd/
healthd.cpp 158 wakealarm_fd = timerfd_create(CLOCK_BOOTTIME_ALARM, TFD_NONBLOCK);
160 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
  /bionic/libc/arch-arm/
syscalls.mk 149 syscall_src += arch-arm/syscalls/timerfd_create.S
  /bionic/libc/arch-mips/
syscalls.mk 152 syscall_src += arch-mips/syscalls/timerfd_create.S
  /bionic/libc/arch-x86/
syscalls.mk 153 syscall_src += arch-x86/syscalls/timerfd_create.S
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/libusb/libusb/
io.c     [all...]

Completed in 1995 milliseconds