Searched refs:clockfd (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd_settime01.c | 40 static int clockfd; variable 50 {&clockfd, 0, (struct itimerspec *)-1, EFAULT}, 52 {&clockfd, -1, NULL, EINVAL}, 91 clockfd = timerfd_create(CLOCK_REALTIME, 0); in setup() 92 if (clockfd == -1) in setup() 120 if (clockfd > 0) in cleanup() 121 close(clockfd); in cleanup()
|
D | timerfd_gettime01.c | 39 static int clockfd; variable 48 {&clockfd, (struct itimerspec *)-1, EFAULT}, 87 clockfd = timerfd_create(CLOCK_REALTIME, 0); in setup() 88 if (clockfd == -1) in setup() 115 if (clockfd > 0) in cleanup() 116 close(clockfd); in cleanup()
|