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

  /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 436 milliseconds