Home
last modified time | relevance | path

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

/time/
A Dclock_getres.c32 versioned_symbol (libc, __clock_getres, clock_getres, GLIBC_2_17);
36 compat_symbol (libc, __clock_getres, clock_getres, GLIBC_2_2);
39 stub_warning (clock_getres)
A DVersions54 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
74 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
A Dtst-timespec_getres.c43 TEST_COMPARE (clock_getres (CLOCK_REALTIME, &cts), 0); in do_test()
A Dtst-clock.c43 if (clock_getres (cl, &ts) == 0) in clock_test()
A Dtst-cpuclock1.c116 if (clock_getres (child_clock, &res) < 0) in do_test()
222 if (clock_getres (child_clock, &dead) == 0) in do_test()
A Dtime.h276 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
289 extern int __REDIRECT_NTH (clock_getres, (clockid_t __clock_id,
298 # define clock_getres __clock_getres64 macro
A DMakefile40 clock_getcpuclockid clock_getres \

Completed in 7 milliseconds