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

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
16 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
34 END(timerfd_create)
  /bionic/libc/arch-x86_64/syscalls/
timerfd_create.S 5 ENTRY(timerfd_create) function
15 END(timerfd_create)
  /external/valgrind/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 465 milliseconds