Home
last modified time | relevance | path

Searched refs:CLOCK_UPTIME_PRECISE (Results 1 – 25 of 2187) sorted by relevance

12345678910>>...88

/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_time.h32 #if defined(CLOCK_UPTIME_PRECISE)
33 # define RTPP_CLOCK_MONO CLOCK_UPTIME_PRECISE
/dports/net/rtpproxy/rtpproxy-2.1.1/python/sippy_lite/sippy/Time/
H A Dclock_dtime.py33 CLOCK_UPTIME_PRECISE = 7 # FreeBSD-specific.
82 print '%.10f' % (clock_getdtime(CLOCK_REALTIME) - clock_getdtime(CLOCK_UPTIME_PRECISE),)
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/tests/
H A Dtest_clock.c129 #ifdef CLOCK_UPTIME_PRECISE in main()
130 if (!TEST_CLOCK_GETTIME(CLOCK_UPTIME_PRECISE)) in main()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/tests/
H A Dtest_clock.c129 #ifdef CLOCK_UPTIME_PRECISE in main()
130 if (!TEST_CLOCK_GETTIME(CLOCK_UPTIME_PRECISE)) in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/dragonflybsd/
H A Dtime.d21 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/freebsd/
H A Dtime.d19 enum CLOCK_UPTIME_PRECISE = 7; variable
/dports/lang/perl5.34/perl-5.34.0/dist/Time-HiRes/fallback/
H A Dconst-c.inc421 CLOCK_UPTIME_COARSE CLOCK_UPTIME_FAST CLOCK_UPTIME_PRECISE
591 /* CLOCK_MONOTONIC_FAST CLOCK_UPTIME_PRECISE */
606 if (memEQ(name, "CLOCK_UPTIME_PRECISE", 20)) {
608 #ifdef CLOCK_UPTIME_PRECISE
609 *iv_return = CLOCK_UPTIME_PRECISE;

12345678910>>...88