Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 25 of 45) sorted by path

12

/dragonfly/bin/dd/
H A Ddd.c255 if (clock_gettime(CLOCK_MONOTONIC, &st.start)) in setup()
H A Dmisc.c59 if (clock_gettime(CLOCK_MONOTONIC, &end)) in secs_elapsed()
61 if (clock_getres(CLOCK_MONOTONIC, &ts_res)) in secs_elapsed()
/dragonfly/contrib/dhcpcd/src/
H A Darp.c177 clock_gettime(CLOCK_MONOTONIC, &now); in arp_found()
H A Ddhcp.c786 clock_gettime(CLOCK_MONOTONIC, &tv); in make_message()
3989 clock_gettime(CLOCK_MONOTONIC, &state->started); in dhcp_start1()
H A Ddhcp6.c435 clock_gettime(CLOCK_MONOTONIC, &tv); in dhcp6_updateelapsed()
2587 clock_gettime(CLOCK_MONOTONIC, &aq); in dhcp6_validatelease()
2648 clock_gettime(CLOCK_MONOTONIC, &state->acquired); in dhcp6_readlease()
3105 clock_gettime(CLOCK_MONOTONIC, &now); in dhcp6_bind()
H A Deloop.c503 clock_gettime(CLOCK_MONOTONIC, &now); in eloop_reduce_timers()
887 if (clock_gettime(CLOCK_MONOTONIC, &eloop->now) == -1) { in eloop_new()
H A Dif-bsd.c1182 clock_gettime(CLOCK_MONOTONIC, &ia->created); in if_getlifetime6()
H A Dipv6.c715 clock_gettime(CLOCK_MONOTONIC, &n); in ipv6_addaddr1()
988 clock_gettime(CLOCK_MONOTONIC, now); in ipv6_doaddr()
1082 clock_gettime(CLOCK_MONOTONIC, in ipv6_freedrop_addrs()
1969 clock_gettime(CLOCK_MONOTONIC, &tv); in ipv6_tempdadcallback()
2127 clock_gettime(CLOCK_MONOTONIC, &tv); in ipv6_regentempaddr()
2145 clock_gettime(CLOCK_MONOTONIC, &tv); in ipv6_regentempaddrs()
H A Dipv6nd.c1236 clock_gettime(CLOCK_MONOTONIC, &rap->acquired); in ipv6nd_handlera()
1685 clock_gettime(CLOCK_MONOTONIC, &now); in ipv6nd_env()
1819 clock_gettime(CLOCK_MONOTONIC, &now); in ipv6nd_expirera()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
H A Dtime.c50 # ifdef CLOCK_MONOTONIC in omp_get_wtime()
51 if (clock_gettime (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtime()
67 # ifdef CLOCK_MONOTONIC in omp_get_wtick()
68 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtick()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dchrono.cc73 clock_gettime(CLOCK_MONOTONIC, &tp); in now()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dtime.c51 # ifdef CLOCK_MONOTONIC in omp_get_wtime()
52 if (clock_gettime (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtime()
68 # ifdef CLOCK_MONOTONIC in omp_get_wtick()
69 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtick()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dchrono.cc88 syscall(SYS_clock_gettime, CLOCK_MONOTONIC, &tp); in now()
90 clock_gettime(CLOCK_MONOTONIC, &tp); in now()
/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c360 (void) clock_gettime(CLOCK_MONOTONIC, &cur); in pcap_next_zbuf()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dtimestamp.c48 if (clock_gettime(CLOCK_MONOTONIC, &ts->t)) { in get_timestamp()
/dragonfly/contrib/nvi2/common/
H A Dutil.c325 (void)clock_gettime(CLOCK_MONOTONIC, ts);
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_unix.c75 #elif defined(CLOCK_MONOTONIC) in os_get_reltime()
76 static clockid_t clock_id = CLOCK_MONOTONIC; in os_get_reltime()
96 clock_id = CLOCK_MONOTONIC; in os_get_reltime()
99 #ifdef CLOCK_MONOTONIC in os_get_reltime()
100 case CLOCK_MONOTONIC: in os_get_reltime()
/dragonfly/contrib/xz/src/common/
H A Dmythread.h230 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0 in mythread_cond_init()
233 &condattr, CLOCK_MONOTONIC); in mythread_cond_init()
240 mycond->clk_id = CLOCK_MONOTONIC; in mythread_cond_init()
/dragonfly/contrib/xz/src/xz/
H A Dmytime.c36 static clockid_t clk_id = CLOCK_MONOTONIC; in mytime_now()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps_posix.c142 clock_gettime(CLOCK_MONOTONIC, &now); in app_timer_real()
/dragonfly/crypto/openssh/
H A Dmisc.c1663 defined(CLOCK_MONOTONIC) || defined(CLOCK_REALTIME)) in monotime_ts()
1671 # ifdef CLOCK_MONOTONIC in monotime_ts()
1672 if (clock_gettime(CLOCK_MONOTONIC, ts) == 0) in monotime_ts()
/dragonfly/games/tetris/
H A Dinput.c76 clock_gettime(CLOCK_MONOTONIC, &start); in rwait()
91 clock_gettime(CLOCK_MONOTONIC, &end); in rwait()
/dragonfly/include/
H A Dtime.h111 #define CLOCK_MONOTONIC 4 macro
/dragonfly/lib/libc/gen/
H A Dtimes.c60 if (clock_gettime(CLOCK_MONOTONIC, &t)) in times()
/dragonfly/lib/libc/isc/
H A Dev_timers.c120 #ifdef CLOCK_MONOTONIC in evNowTime()
122 m = CLOCK_MONOTONIC; in evNowTime()

12