HomeSort by relevance Sort by last modified time
    Searched defs:timerfd_create (Results 1 - 8 of 8) 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-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/arch-x86_64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
15 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 185 milliseconds