Home
last modified time | relevance | path

Searched refs:clock_getres (Results 1 – 11 of 11) sorted by relevance

/bionic/benchmarks/
Dtime_benchmark.cpp107 clock_getres(CLOCK_MONOTONIC, &t); in BM_time_clock_getres()
125 clock_getres(CLOCK_MONOTONIC_COARSE, &t); in BM_time_clock_getres_MONOTONIC_COARSE()
134 clock_getres(CLOCK_MONOTONIC_RAW, &t); in BM_time_clock_getres_MONOTONIC_RAW()
143 clock_getres(CLOCK_REALTIME, &t); in BM_time_clock_getres_REALTIME()
152 clock_getres(CLOCK_REALTIME_COARSE, &t); in BM_time_clock_getres_REALTIME_COARSE()
161 clock_getres(CLOCK_BOOTTIME, &t); in BM_time_clock_getres_BOOTTIME()
/bionic/libc/bionic/
Dtime.cpp36 return (clock_getres(base - 1, ts) != -1) ? base : 0; in timespec_getres()
Dclock_getcpuclockid.cpp43 if (clock_getres(result, nullptr) == -1) { in clock_getcpuclockid()
Dvdso.cpp51 int clock_getres(int clock_id, timespec* tp) { in clock_getres() function
52 auto vdso_clock_getres = reinterpret_cast<decltype(&clock_getres)>( in clock_getres()
/bionic/tests/headers/posix/
Dtime_h.c80 FUNCTION(clock_getres, int (*f)(clockid_t, struct timespec*)); in time_h()
/bionic/tests/
Dtime_test.cpp1002 ASSERT_EQ(0, clock_getres(CLOCK_REALTIME, &ts)); in TEST()
1009 ASSERT_EQ(0, clock_getres(CLOCK_MONOTONIC, &ts)); in TEST()
1016 ASSERT_EQ(0, clock_getres(CLOCK_PROCESS_CPUTIME_ID, &ts)); in TEST()
1021 ASSERT_EQ(0, clock_getres(CLOCK_THREAD_CPUTIME_ID, &ts)); in TEST()
1026 ASSERT_EQ(0, clock_getres(CLOCK_BOOTTIME, &ts)); in TEST()
1034 ASSERT_EQ(-1, clock_getres(-1, &ts)); in TEST()
1041 ASSERT_EQ(0, clock_getres(CLOCK_REALTIME, nullptr)); in TEST()
/bionic/libc/include/
Dtime.h356 int clock_getres(clockid_t __clock, struct timespec* _Nullable __resolution);
/bionic/libc/tools/
Dposix-2013.txt113 clock_getres
/bionic/libc/
DSYSCALLS.TXT370 int __clock_getres:clock_getres(clockid_t, struct timespec*) all
Dlibc.map.txt273 clock_getres;
/bionic/tools/versioner/platforms/
Dlibc.map.txt273 clock_getres;