Searched refs:clock_gettime (Results 51 - 75 of 174) sorted by relevance

1234567

/freebsd-11-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c125 (void)clock_gettime(CLOCK_REALTIME, &ts_begintime);
127 (void)clock_gettime(CLOCK_REALTIME, &ts_total);
/freebsd-11-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c165 clock_gettime(CLOCK_REALTIME, &then);
180 clock_gettime(CLOCK_REALTIME, &now);
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf122 clock_gettime
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c292 clock_gettime(CLOCK_REALTIME, &tsa);
294 clock_gettime(CLOCK_REALTIME, &tsb);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c82 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &ts1) == 0);
84 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &ts2) == 0);
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Drtc.c90 DEVMETHOD(clock_gettime, mv_rtc_gettime),
/freebsd-11-stable/sys/arm/mv/
H A Drtc.c81 DEVMETHOD(clock_gettime, mv_rtc_gettime),
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h174 error = clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/sys/powerpc/pseries/
H A Drtas_dev.c62 DEVMETHOD(clock_gettime, rtas_gettime),
/freebsd-11-stable/sys/mips/atheros/
H A Dpcf2123_rtc.c191 DEVMETHOD(clock_gettime, pcf2123_rtc_gettime),
/freebsd-11-stable/contrib/ntp/util/
H A Dsht.c207 if (0 == clock_gettime(CLOCK_REALTIME, &tmptime)) {
/freebsd-11-stable/lib/libgeom/
H A Dgeom_stats.c130 clock_gettime(CLOCK_REALTIME, &sp->time);
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1672.c177 DEVMETHOD(clock_gettime, ds1672_gettime),
/freebsd-11-stable/sbin/hastd/
H A Dsynch.h174 error = clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/sys/dev/efidev/
H A Defirtc.c192 DEVMETHOD(clock_gettime, efirtc_gettime),
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_snvs.c225 DEVMETHOD(clock_gettime, snvs_gettime),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp120 clock_gettime(CLOCK_MONOTONIC, &TS);
/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h217 // If clock_gettime() isn't available at all, gettimeofday() will be used.
229 // CLOCK_MONOTONIC really is supported using clock_gettime().
230 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0
246 // POSIX requires that all implementations of clock_gettime() must
302 int ret = clock_gettime(cond->clk_id, &now);
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c303 if (clock_gettime(CLOCK_REALTIME, &ts_start) < 0)
304 err(-1, "clock_gettime");
333 if (clock_gettime(CLOCK_REALTIME, &ts_finish) < 0)
334 err(-1, "clock_gettime");
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c290 HX(clock_gettime(cl[ii], &ts) == -1, ts);
363 HX((e = clock_gettime(cl[ii],
/freebsd-11-stable/lib/libc/isc/
H A Dev_timers.c130 if (clock_gettime(m, &tsnow) == 0)
143 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0)
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drrenum.c229 clock_gettime(CLOCK_MONOTONIC_FAST,
237 clock_gettime(CLOCK_MONOTONIC_FAST,
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c178 if (clock_gettime(CLOCK_REALTIME, &ts) == -1) {
179 (*lfun)(LOG_ERR, "clock_gettime failed (%m)");
308 if (clock_gettime(CLOCK_REALTIME, &ts) == -1) {
309 (*lfun)(LOG_ERR, "clock_gettime failed (%m)");
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk149 clock_gettime.o \
/freebsd-11-stable/sys/x86/isa/
H A Datrtc.c594 DEVMETHOD(clock_gettime, atrtc_gettime),
616 DEVMETHOD(clock_gettime, atrtc_gettime),

Completed in 202 milliseconds

1234567