Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/compat/
H A Dgetentropy_solaris.c232 #ifdef CLOCK_MONOTONIC_RAW
233 CLOCK_MONOTONIC_RAW,
H A Dgetentropy_linux.c303 #ifdef CLOCK_MONOTONIC_RAW
304 CLOCK_MONOTONIC_RAW,
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c778 clock_gettime(CLOCK_MONOTONIC_RAW, &time_init); in main()
870 clock_gettime(CLOCK_MONOTONIC_RAW, &time_start); in main()
948 clock_gettime(CLOCK_MONOTONIC_RAW, &time_end); in main()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp165 if (0 != clock_gettime(CLOCK_MONOTONIC_RAW, &tp)) in __libcpp_steady_clock_now()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4444 #ifndef CLOCK_MONOTONIC_RAW in zfs_receive_one()
4445 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC in zfs_receive_one() macro
4447 clock_gettime(CLOCK_MONOTONIC_RAW, &begin_time); in zfs_receive_one()
5339 clock_gettime(CLOCK_MONOTONIC_RAW, &delta); in zfs_receive_one()