Searched refs:CLOCK_MONOTONIC_FAST (Results 1 – 7 of 7) sorted by relevance
86 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */ macro
163 #ifdef CLOCK_MONOTONIC_FAST in ff_clock_gettime()165 host_id = CLOCK_MONOTONIC_FAST; in ff_clock_gettime()
201 #if defined(CLOCK_MONOTONIC_FAST) in ngx_monotonic_time()202 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in ngx_monotonic_time()
112 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in setip6lifetime()191 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
354 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()
385 clock_gettime(CLOCK_MONOTONIC_FAST, &tp); in stats_sbinuptime()
479 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */ macro