Home
last modified time | relevance | path

Searched refs:__NR_clock_gettime64 (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/lib/
H A Dtst_clocks.c65 #if (__NR_clock_gettime64 != __LTP__NR_INVALID_SYSCALL) in tst_clock_gettime()
66 if (!func && syscall_supported_by_kernel(__NR_clock_gettime64)) { in tst_clock_gettime()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dclock_gettime02.c95 #if (__NR_clock_gettime64 != __LTP__NR_INVALID_SYSCALL)
H A Dclock_gettime01.c69 #if (__NR_clock_gettime64 != __LTP__NR_INVALID_SYSCALL)
H A Dclock_gettime03.c49 #if (__NR_clock_gettime64 != __LTP__NR_INVALID_SYSCALL)
H A Dclock_gettime04.c86 #if (__NR_clock_gettime64 != __LTP__NR_INVALID_SYSCALL)
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs256 let r0 = syscall!(__NR_clock_gettime64, c_int(clockid), res); in _rustix_clock_gettime_via_syscall()
/third_party/ltp/include/
H A Dtst_timer.h224 return tst_syscall(__NR_clock_gettime64, clk_id, ts); in sys_clock_gettime64()
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2080 pub const __NR_clock_gettime64: u32 = 403; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2243 pub const __NR_clock_gettime64: u32 = 403; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2354 pub const __NR_clock_gettime64: u32 = 4403; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2187 pub const __NR_clock_gettime64: u32 = 403; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2458 pub const __NR_clock_gettime64: u32 = 403; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2222 pub const __NR_clock_gettime64: u32 = 403; consts

Completed in 79 milliseconds