Searched refs:clock_gettime (Results 126 - 150 of 174) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c1056 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts);
2407 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts);
2563 clock_gettime(CLOCK_MONOTONIC_FAST, &ts1);
2621 clock_gettime(CLOCK_MONOTONIC_FAST, &ts1);
3265 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dcuda.c99 DEVMETHOD(clock_gettime, cuda_gettime),
H A Dpmu.c140 DEVMETHOD(clock_gettime, pmu_gettime),
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3bus.c121 DEVMETHOD(clock_gettime, ps3_gettime),
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c334 * Some systems (AIX 4.3) seem to implement clock_gettime() as stub
337 if (clock_gettime(CLOCK_REALTIME, &ts) == 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c69 ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &ts_wait) != -1);
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_io.c318 err = clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/sys/dev/iicbus/
H A Dnxprtc.c812 DEVMETHOD(clock_gettime, nxprtc_gettime),
H A Dds3231.c604 DEVMETHOD(clock_gettime, ds3231_gettime),
/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c144 if (0 != clock_gettime(CLOCK_REALTIME, &until)) {
145 msyslog(LOG_ERR, "worker_sleep: clock_gettime() failed: %m");
/freebsd-11-stable/usr.bin/netstat/
H A Droute.c145 if (clock_gettime(CLOCK_UPTIME, &uptime) < 0)
146 err(EX_OSERR, "clock_gettime() failed");
/freebsd-11-stable/usr.sbin/nscd/
H A Dnscd.c570 clock_gettime(CLOCK_MONOTONIC, &res);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c87 res = clock_gettime(clock_id, &ts);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp766 // glibc crashes when using clock_gettime from a preinit_array function as the
769 // and is not empty, we can use clock_gettime.
781 // clock_gettime. real_clock_gettime only exists if clock_gettime is
791 clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/tests/sys/audit/
H A Dadministrative.c132 ATF_REQUIRE_EQ(0, clock_gettime(CLOCK_REALTIME, &tp));
135 /* Setting the same time as obtained by clock_gettime(2) */
159 ATF_REQUIRE_EQ(0, clock_gettime(CLOCK_MONOTONIC, &tp));
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c1210 clock_gettime(CLOCK_MONOTONIC, &lastts);
1220 clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c261 clock_gettime(CLOCK_MONOTONIC, &tp),
306 clock_gettime(CLOCK_MONOTONIC, &tp);
/freebsd-11-stable/sbin/route/
H A Droute.c776 clock_gettime(CLOCK_REALTIME_FAST, &ts);
1788 clock_gettime(CLOCK_REALTIME_FAST, &ts);
/freebsd-11-stable/tests/sys/netmap/
H A Dctrl-api-test.c1519 clock_gettime(CLOCK_REALTIME, &to);
1805 clock_gettime(CLOCK_REALTIME, &t);
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c694 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &sep->se_time);
698 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.c1006 if (clock_gettime (CLOCK_REALTIME, &st->st_mtim) == 0)
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c353 clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c384 clock_gettime(CLOCK_REALTIME, &ts);
/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c293 DEVMETHOD(clock_gettime, sbbc_tod_gettime),
/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c333 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == 0) {

Completed in 402 milliseconds

1234567