Searched refs:__NR_timerfd_create (Results 1 – 10 of 10) sorted by relevance
56 -#ifndef __NR_timerfd_create58 +#if !defined(__NR_timerfd_create)60 #define __NR_timerfd_create 28390 return syscall(__NR_timerfd_create, clockid, flags);
46 return syscall(__NR_timerfd_create, clockid, flags);
270 #define __NR_timerfd_create 85 macro271 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
274 #define __NR_timerfd_create 85 macro275 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
713 #define __NR_timerfd_create 350 macro714 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
309 #define __NR_timerfd_create (__NR_SYSCALL_BASE + 350) macro
2350 #ifdef __NR_timerfd_create2351 # define SYS_timerfd_create __NR_timerfd_create