Home
last modified time | relevance | path

Searched refs:SYS_clock_gettime (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
Dclock_gettime.c95 if (SYS_clock_gettime == SYS_clock_gettime64 || r!=-ENOSYS) in __clock_gettime()
98 r = __syscall(SYS_clock_gettime, clk, ts32); in __clock_gettime()
110 r = __syscall(SYS_clock_gettime, clk, ts); in __clock_gettime()
/third_party/musl/src/time/
Dclock_gettime.c79 if (SYS_clock_gettime == SYS_clock_gettime64 || r!=-ENOSYS) in __clock_gettime()
82 r = __syscall(SYS_clock_gettime, clk, ts32); in __clock_gettime()
94 r = __syscall(SYS_clock_gettime, clk, ts); in __clock_gettime()
/third_party/musl/src/internal/
Dsyscall.h216 #ifndef SYS_clock_gettime
217 #define SYS_clock_gettime SYS_clock_gettime32 macro
241 #ifndef SYS_clock_gettime
242 #define SYS_clock_gettime SYS_clock_gettime64 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h216 #ifndef SYS_clock_gettime
217 #define SYS_clock_gettime SYS_clock_gettime32 macro
241 #ifndef SYS_clock_gettime
242 #define SYS_clock_gettime SYS_clock_gettime64 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h216 #ifndef SYS_clock_gettime
217 #define SYS_clock_gettime SYS_clock_gettime32 macro
241 #ifndef SYS_clock_gettime
242 #define SYS_clock_gettime SYS_clock_gettime64 macro
/third_party/musl/arch/x32/
Dsyscall_arch.h72 #define SYS_clock_gettime64 SYS_clock_gettime
/third_party/grpc/src/core/lib/gpr/
Dtime_posix.cc77 syscall(SYS_clock_gettime, clockid_for_gpr_clock[clock_type], &now); in now_impl()