Home
last modified time | relevance | path

Searched refs:SYS_clock_settime64 (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/time/
Dclock_settime.c9 #ifdef SYS_clock_settime64 in clock_settime()
13 if (SYS_clock_settime == SYS_clock_settime64 || !IS32BIT(s)) in clock_settime()
14 r = __syscall(SYS_clock_settime64, clk, in clock_settime()
16 if (SYS_clock_settime == SYS_clock_settime64 || r!=-ENOSYS) in clock_settime()
/third_party/musl/arch/x32/
Dsyscall_arch.h73 #define SYS_clock_settime64 SYS_clock_settime macro
/third_party/musl/src/internal/
Dsyscall.h246 #define SYS_clock_settime SYS_clock_settime64
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h246 #define SYS_clock_settime SYS_clock_settime64
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h246 #define SYS_clock_settime SYS_clock_settime64