Home
last modified time | relevance | path

Searched refs:__NR_clock_gettime (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/benchmarks/
H A Dtime_benchmark.cpp38 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &t); in BM_time_clock_gettime_syscall()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h249 #define __NR_clock_gettime 228 macro
H A Dunistd_32.h283 #define __NR_clock_gettime 265 macro
H A Dunistd_x32.h220 #define __NR_clock_gettime (__X32_SYSCALL_BIT + 228) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h173 #define __NR_clock_gettime 113 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h96 #if defined(__NR_clock_gettime)
97 #define SYS_clock_gettime __NR_clock_gettime
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h239 #define __NR_clock_gettime (__NR_SYSCALL_BASE + 263) macro
/aosp12/system/logging/liblog/tests/
H A Dliblog_benchmark.cpp117 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &t); in BM_time_clock_gettime_MONOTONIC_syscall()
/aosp12/bionic/tests/
H A Dtime_test.cpp765 ASSERT_EQ(0, syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts1)); in TEST()