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

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
14 END(timerfd_create)
  /bionic/libc/arch-arm64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
14 END(timerfd_create)
  /bionic/libc/arch-mips/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
19 END(timerfd_create)
  /bionic/libc/arch-x86_64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
15 END(timerfd_create)
  /bionic/libc/arch-mips64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
25 END(timerfd_create)
  /bionic/libc/arch-x86/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
26 END(timerfd_create)
  /bionic/libc/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /development/ndk/platforms/android-L/include/sys/
timerfd.h 44 extern int timerfd_create(clockid_t, int);
  /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/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 558 RESTRICT_SYSCALL_DEATH_TEST(timerfd_create);
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/libusb/libusb/
io.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 974 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
976 pr_err("timerfd_create failed\n");
    [all...]

Completed in 624 milliseconds