Searched refs:__NR_timer_create (Results 1 – 4 of 4) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | time.h | 175 return my_syscall3(__NR_timer_create, clockid, evp, timerid); in sys_timer_create()
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 296 #define __NR_timer_create 107 macro 297 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 296 #define __NR_timer_create 107 macro 297 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
|
/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 607 return syscall(__NR_timer_create, CLOCK_MONOTONIC, NULL, id); in do_timer_create()
|