Home
last modified time | relevance | path

Searched refs:SYS_clock_gettime64 (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
H A Dclock_gettime.c76 #ifdef SYS_clock_gettime64 in __clock_gettime()
79 r = __syscall(SYS_clock_gettime64, clk, ts); in __clock_gettime()
80 if (SYS_clock_gettime == SYS_clock_gettime64 || r!=-ENOSYS) in __clock_gettime()
/third_party/musl/src/time/
H A Dclock_gettime.c91 #ifdef SYS_clock_gettime64 in __clock_gettime()
94 r = __syscall(SYS_clock_gettime64, clk, ts); in __clock_gettime()
95 if (SYS_clock_gettime == SYS_clock_gettime64 || r!=-ENOSYS) in __clock_gettime()
/third_party/musl/arch/x32/
H A Dsyscall_arch.h72 #define SYS_clock_gettime64 SYS_clock_gettime macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h242 #define SYS_clock_gettime SYS_clock_gettime64
/third_party/musl/src/internal/
H A Dsyscall.h255 #define SYS_clock_gettime SYS_clock_gettime64
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h255 #define SYS_clock_gettime SYS_clock_gettime64

Completed in 4 milliseconds