Home
last modified time | relevance | path

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

/dragonfly/lib/libc/upmap/
H A Dukp_clock.c76 case CLOCK_UPTIME_FAST: in __clock_gettime()
/dragonfly/include/
H A Dtime.h114 #define CLOCK_UPTIME_FAST 8 /* FreeBSD-specific. */ macro
/dragonfly/sys/kern/
H A Dkern_time.c227 case CLOCK_UPTIME_FAST: in kern_clock_gettime()
338 case CLOCK_UPTIME_FAST: in kern_clock_getres()
490 case CLOCK_UPTIME_FAST: in clock_nanosleep1()
/dragonfly/sys/sys/
H A Dtime.h170 #define CLOCK_UPTIME_FAST 8 /* from freebsd */ macro