Searched refs:CLOCK_MONOTONIC (Results 1 – 18 of 18) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 42 #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 D | time.h | 103 (void) clock_gettime(CLOCK_MONOTONIC, &ts); in gethrtime()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | nstime.c | 128 clock_gettime(CLOCK_MONOTONIC, &ts); in nstime_get()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 471 #ifndef CLOCK_MONOTONIC 472 #define CLOCK_MONOTONIC 4 macro
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 172 #define CLOCK_TYPE CLOCK_MONOTONIC
|
| /f-stack/tools/ifconfig/ |
| H A D | af_inet6.c | 114 clock_gettime(CLOCK_MONOTONIC, &now); in setip6lifetime() 193 clock_gettime(CLOCK_MONOTONIC, &now);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 67 #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 D | eal_alarm.c | 30 #define CLOCK_TYPE_ID CLOCK_MONOTONIC
|
| /f-stack/tools/arp/ |
| H A D | arp.c | 379 clock_gettime(CLOCK_MONOTONIC, &tp); in set() 677 clock_gettime(CLOCK_MONOTONIC, &tp); in print_entry()
|
| /f-stack/lib/ |
| H A D | ff_host_interface.c | 170 host_id = CLOCK_MONOTONIC; in ff_clock_gettime()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_times.c | 208 clock_gettime(CLOCK_MONOTONIC, &ts); in ngx_monotonic_time()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 794 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 D | jemalloc_internal_defs.h.in | 112 * Defined if clock_gettime(CLOCK_MONOTONIC, ...) is available.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 1570 dnl check for CLOCK_MONOTONIC. 1571 JE_COMPILABLE([clock_gettime(CLOCK_MONOTONIC, ...)], [ 1577 clock_gettime(CLOCK_MONOTONIC, &ts);
|
| H A D | configure | 10713 clock_gettime(CLOCK_MONOTONIC, &ts);
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 295 clock_gettime(CLOCK_MONOTONIC), если он доступен, что позволяет
|
| H A D | CHANGES | 288 *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 61 #define CLOCK_TYPE_ID CLOCK_MONOTONIC
|