Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_alarm.c42 #define CLOCK_TYPE_ID CLOCK_MONOTONIC
66 intr_handle.fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in rte_eal_alarm_init()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h103 (void) clock_gettime(CLOCK_MONOTONIC, &ts); in gethrtime()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c128 clock_gettime(CLOCK_MONOTONIC, &ts); in nstime_get()
/f-stack/freebsd/sys/
H A Dtime.h471 #ifndef CLOCK_MONOTONIC
472 #define CLOCK_MONOTONIC 4 macro
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h172 #define CLOCK_TYPE CLOCK_MONOTONIC
/f-stack/tools/ifconfig/
H A Daf_inet6.c114 clock_gettime(CLOCK_MONOTONIC, &now); in setip6lifetime()
193 clock_gettime(CLOCK_MONOTONIC, &now);
/f-stack/freebsd/kern/
H A Dkern_time.c67 #define MAX_CLOCKS (CLOCK_MONOTONIC+1)
347 case CLOCK_MONOTONIC: /* Default to precise. */ in kern_clock_gettime()
453 case CLOCK_MONOTONIC: in kern_clock_getres()
522 case CLOCK_MONOTONIC: in kern_clock_nanosleep()
1096 register_posix_clock(CLOCK_MONOTONIC, &rt_clock); in itimer_start()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_alarm.c30 #define CLOCK_TYPE_ID CLOCK_MONOTONIC
/f-stack/tools/arp/
H A Darp.c379 clock_gettime(CLOCK_MONOTONIC, &tp); in set()
677 clock_gettime(CLOCK_MONOTONIC, &tp); in print_entry()
/f-stack/lib/
H A Dff_host_interface.c170 host_id = CLOCK_MONOTONIC; in ff_clock_gettime()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c208 clock_gettime(CLOCK_MONOTONIC, &ts); in ngx_monotonic_time()
/f-stack/app/nginx-1.16.1/auto/
H A Dunix794 ngx_feature="clock_gettime(CLOCK_MONOTONIC)"
800 ngx_feature_test="struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts)"
808 ngx_feature="clock_gettime(CLOCK_MONOTONIC) in librt"
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in112 * Defined if clock_gettime(CLOCK_MONOTONIC, ...) is available.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1570 dnl check for CLOCK_MONOTONIC.
1571 JE_COMPILABLE([clock_gettime(CLOCK_MONOTONIC, ...)], [
1577 clock_gettime(CLOCK_MONOTONIC, &ts);
H A Dconfigure10713 clock_gettime(CLOCK_MONOTONIC, &ts);
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru295 clock_gettime(CLOCK_MONOTONIC), если он доступен, что позволяет
H A DCHANGES288 *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c61 #define CLOCK_TYPE_ID CLOCK_MONOTONIC