Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dldseed.c63 #elif defined(CLOCK_BOOTTIME)
64 #define NON_WALLTIME_CLOCK CLOCK_BOOTTIME
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/
H A Dtime.d21 enum CLOCK_BOOTTIME = 6; variable
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dlinux-core.c74 #ifndef CLOCK_BOOTTIME
75 # define CLOCK_BOOTTIME 7 macro
233 else if ((r = clock_gettime(CLOCK_BOOTTIME, &now)) && errno == EINVAL) { in uv_uptime()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_unix.c858 # ifdef CLOCK_BOOTTIME in get_timer_bits()
859 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_unix.c856 # ifdef CLOCK_BOOTTIME in get_timer_bits()
857 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtime.d419 enum CLOCK_BOOTTIME = 7; in version() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dtime.d355 case bootTime: return CLOCK_BOOTTIME; in version()
395 case bootTime: return CLOCK_BOOTTIME; in version()