Searched defs:timerfd_create (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/tests/linux/
H A Dtimerfd-syscall.c1 /** 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 202 milliseconds