Searched refs:clock_gettime (Results 101 - 125 of 174) sorted by relevance

1234567

/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rtc.c476 DEVMETHOD(clock_gettime, aml8726_rtc_gettime),
/freebsd-11-stable/usr.bin/mail/
H A Dutil.c326 (void)clock_gettime(CLOCK_REALTIME, &ts[0]);
/freebsd-11-stable/sys/dev/xen/timer/
H A Dtimer.c545 DEVMETHOD(clock_gettime, xentimer_gettime),
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c383 DEVMETHOD(clock_gettime, as3722_rtc_gettime),
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsystime.c146 rc = clock_gettime(CLOCK_REALTIME, tsp);
/freebsd-11-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c83 error = clock_gettime(CLOCK_REALTIME, &ts_start);
92 error = clock_gettime(CLOCK_REALTIME, &ts_end);
160 (void)clock_gettime(CLOCK_REALTIME, &ts);
730 { "clock_gettime", test_clock_gettime },
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c470 clock_gettime(CLOCK_REALTIME_FAST, &now);
471 clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
767 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c225 clock_gettime(CLOCK_REALTIME, &ts);
627 clock_gettime(CLOCK_REALTIME, &j->timeout);
880 clock_gettime(CLOCK_REALTIME, &j->timeout);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dconfig.c572 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
593 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1446 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
H A Drtadvd.c1027 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1280 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1313 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1779 clock_gettime(CLOCK_MONOTONIC_FAST, &ifi->ifi_ra_lastsent);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c316 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ts) == 0);
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c284 if (clock_gettime(CLOCK_MONOTONIC, &msg.ts) == -1)
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1064 if (clock_gettime (CLOCK_REALTIME, &Time) == -1)
1066 perror ("clock_gettime");
/freebsd-11-stable/sys/dev/iicbus/
H A Dds13rtc.c603 DEVMETHOD(clock_gettime, ds13rtc_gettime),
H A Dds1307.c421 DEVMETHOD(clock_gettime, ds1307_gettime),
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c473 /* some platforms have a routine called clock_gettime, but the
476 if (clock_gettime(CLOCK_REALTIME, tsp)) {
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c289 error = clock_gettime(CLOCK_UPTIME_FAST, tp);
291 warn("clock_gettime");
/freebsd-11-stable/usr.bin/w/
H A Dw.c479 if (clock_gettime(CLOCK_UPTIME, &tp) != -1) {
/freebsd-11-stable/bin/dd/
H A Ddd.c254 if (clock_gettime(CLOCK_MONOTONIC, &st.start))
255 err(1, "clock_gettime");
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c416 clock_gettime(CLOCK_REALTIME, &ctime);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c458 clock_gettime(CLOCK_REALTIME_PRECISE, &startprog);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp38 #include <time.h> // clock_gettime(), time(), localtime_r() */
173 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c1318 SCMP_SYS(clock_gettime),
1357 SCMP_SYS(clock_gettime),
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_mutex.c894 clock_gettime(CLOCK_REALTIME, &ts1);
919 clock_gettime(CLOCK_REALTIME, &ts1);
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsol.c379 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
602 clock_gettime(CLOCK_MONOTONIC_FAST, &now);

Completed in 188 milliseconds

1234567