Home
last modified time | relevance | path

Searched refs:__NR_clock_getres (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/benchmarks/
H A Dtime_benchmark.cpp101 syscall(__NR_clock_getres, CLOCK_MONOTONIC, &t); in BM_time_clock_getres_syscall()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h250 #define __NR_clock_getres 229 macro
H A Dunistd_32.h284 #define __NR_clock_getres 266 macro
H A Dunistd_x32.h221 #define __NR_clock_getres (__X32_SYSCALL_BIT + 229) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h174 #define __NR_clock_getres 114 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h90 #if defined(__NR_clock_getres)
91 #define SYS_clock_getres __NR_clock_getres
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h240 #define __NR_clock_getres (__NR_SYSCALL_BASE + 264) macro
/aosp12/system/logging/liblog/tests/
H A Dliblog_benchmark.cpp143 syscall(__NR_clock_getres, CLOCK_MONOTONIC, &t); in BM_time_clock_getres_MONOTONIC_syscall()