Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_unix.c795 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits() macro
797 # define CLOCK_TYPE CLOCK_MONOTONIC in get_timer_bits() macro
799 # define CLOCK_TYPE CLOCK_REALTIME in get_timer_bits() macro
802 if (clock_gettime(CLOCK_TYPE, &ts) == 0) in get_timer_bits()