Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/compat/
HDgetentropy_solaris.c232 #ifdef CLOCK_MONOTONIC_RAW
233 CLOCK_MONOTONIC_RAW,
HDgetentropy_linux.c303 #ifdef CLOCK_MONOTONIC_RAW
304 CLOCK_MONOTONIC_RAW,
/freebsd-14-stable/sys/contrib/openzfs/etc/systemd/system-generators/
HDzfs-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-14-stable/contrib/llvm-project/libcxx/src/
HDchrono.cpp165 if (0 != clock_gettime(CLOCK_MONOTONIC_RAW, &tp)) in __libcpp_steady_clock_now()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_sendrecv.c4438 #ifndef CLOCK_MONOTONIC_RAW in zfs_receive_one()
4439 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC in zfs_receive_one() macro
4441 clock_gettime(CLOCK_MONOTONIC_RAW, &begin_time); in zfs_receive_one()
5333 clock_gettime(CLOCK_MONOTONIC_RAW, &delta); in zfs_receive_one()