Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dcompat.h86 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */ macro
/f-stack/lib/
H A Dff_host_interface.c163 #ifdef CLOCK_MONOTONIC_FAST in ff_clock_gettime()
165 host_id = CLOCK_MONOTONIC_FAST; in ff_clock_gettime()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c201 #if defined(CLOCK_MONOTONIC_FAST) in ngx_monotonic_time()
202 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in ngx_monotonic_time()
/f-stack/tools/ifconfig/
H A Daf_inet6.c112 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in setip6lifetime()
191 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/f-stack/freebsd/kern/
H A Dkern_time.c354 case CLOCK_MONOTONIC_FAST: in kern_clock_gettime()
454 case CLOCK_MONOTONIC_FAST: in kern_clock_getres()
524 case CLOCK_MONOTONIC_FAST: in kern_clock_nanosleep()
H A Dsubr_stats.c385 clock_gettime(CLOCK_MONOTONIC_FAST, &tp); in stats_sbinuptime()
/f-stack/freebsd/sys/
H A Dtime.h479 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */ macro