Searched refs:__NR_timer_create (Results 1 – 3 of 3) sorted by relevance
175 return my_syscall3(__NR_timer_create, clockid, evp, timerid); in sys_timer_create()
296 #define __NR_timer_create 107 macro297 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
607 return syscall(__NR_timer_create, CLOCK_MONOTONIC, NULL, id); in do_timer_create()
Completed in 7 milliseconds