Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dtimespec_getres.c15 if (clock_getres(CLOCK_REALTIME, ts) == 0) in timespec_getres()
19 if (clock_getres(CLOCK_MONOTONIC, ts) == 0) in timespec_getres()
/freebsd/include/
H A Dtime.h145 int clock_getres(clockid_t, struct timespec *);
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c139 if (clock_getres(CLOCK_REALTIME, &res) == 0) { in check_timecounter()
/freebsd/bin/dd/
H A Dmisc.c61 if (clock_getres(CLOCK_MONOTONIC, &ts_res)) in secs_elapsed()
/freebsd/tools/tools/netrate/netblast/
H A Dnetblast.c78 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) { in blast_loop()
/freebsd/lib/libsys/
H A DSymbol.sys.map55 clock_getres;
H A DMakefile.sys420 MLINKS+=clock_gettime.2 clock_getres.2 \
/freebsd/bin/date/
H A Ddate.c162 if (clock_getres(CLOCK_REALTIME, &tres) == -1) in main()
/freebsd/tools/tools/netrate/netsend/
H A Dnetsend.c150 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) { in timing_loop()
/freebsd/sys/sys/
H A Dsyscall.mk152 clock_getres.o \
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc335 __vdsoN(clock_getres)(clockid_t clock_id, struct l_timespec *lts)
/freebsd/tests/sys/capsicum/
H A Dcapmode.cc312 EXPECT_OK(clock_getres(CLOCK_REALTIME, &ts)); in FORK_TEST()
/freebsd/tools/tools/syscall_timing/
H A Dsyscall_timing.c1103 error = clock_getres(CLOCK_REALTIME, &ts_res); in main()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m476 AC_CHECK_FUNCS([clock_getres clock_gettime clock_settime])
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in57 /* Define to 1 if you have the `clock_getres' function. */
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c564 r = clock_getres(clk_id, &res); in psnip_clock__clock_getres()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc563 PRE_SYSCALL(clock_getres)(long which_clock, void *tp) {}
565 POST_SYSCALL(clock_getres)(long res, long which_clock, void *tp) {
H A Dsanitizer_common_interceptors.inc70 #define clock_getres __clock_getres50
173 #define clock_getres __clock_getres_time64
2246 INTERCEPTOR(int, clock_getres, u32 clk_id, void *tp) {
2248 COMMON_INTERCEPTOR_ENTER(ctx, clock_getres, clk_id, tp);
2252 int res = REAL(clock_getres)(clk_id, tp);
2288 COMMON_INTERCEPT_FUNCTION(clock_getres); \
/freebsd/contrib/ntp/
H A Dconfig.h.in366 /* Define to 1 if you have the `clock_getres' function. */
H A DChangeLog1725 * Have NTP_LIBNTP check for time.h and clock_getres().
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1490 fun:clock_getres=uninstrumented