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

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 6 ENTRY(timerfd_create) function
15 END(timerfd_create)
  /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-x86/syscalls/
timerfd_create.S 6 ENTRY(timerfd_create) function
24 END(timerfd_create)
  /development/ndk/sources/android/libportable/arch-mips/
timerfd.c 61 int WRAP(timerfd_create)(int clockid, int portable_flags) { function
  /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");

Completed in 1018 milliseconds