Searched refs:clock_getres (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dtime.c68 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0)
70 clock_getres (CLOCK_REALTIME, &ts);
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_clock.c50 __warn_references(clock_getres,
51 "warning: reference to compatibility clock_getres(); include <time.h> to generate correct reference")
57 __weak_alias(clock_getres, _clock_getres)
89 clock_getres(clockid_t clockid, struct timespec50 *tim50) function
/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dtime.h70 int clock_getres(clockid_t, struct timespec50 *);
/netbsd-6-1-5-RELEASE/include/
H A Dtime.h146 int clock_getres(clockid_t, struct timespec *)
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_clock_gettime.c138 if (clock_getres(CLOCK_REALTIME, &res) == 0) {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dtime.c331 #define clock_getres(id,ts) (ASSERT_FAIL (clock_getres not available), -1) macro
742 if (clock_getres (CGT_ID, &unit) != 0)
745 printf ("clock_getres id=%d error: %s\n", CGT_ID, strerror (errno));
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A DMakefile.inc259 MLINKS+=clock_settime.2 clock_getres.2
/netbsd-6-1-5-RELEASE/lib/libc/include/
H A Dnamespace.h216 #define clock_getres _clock_getres macro
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dthunk.c292 error = clock_getres(CLOCK_MONOTONIC, &res);

Completed in 99 milliseconds