Searched refs:SYS_clock_gettime (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/porting/linux/user/src/time/ |
D | clock_gettime.c | 95 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/ |
D | clock_gettime.c | 79 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/ |
D | syscall.h | 216 #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/ |
D | syscall.h | 216 #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/ |
D | syscall.h | 216 #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/ |
D | syscall_arch.h | 72 #define SYS_clock_gettime64 SYS_clock_gettime
|
/third_party/grpc/src/core/lib/gpr/ |
D | time_posix.cc | 77 syscall(SYS_clock_gettime, clockid_for_gpr_clock[clock_type], &now); in now_impl()
|