Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_FAST (Results 1 – 25 of 2049) sorted by relevance

12345678910>>...82

/dports/devel/fstrm/fstrm-0.6.1/fstrm/
H A Dtime.c61 #if defined(CLOCK_MONOTONIC_FAST) in fstrm__get_best_monotonic_clock_pthread()
62 *c = CLOCK_MONOTONIC_FAST; in fstrm__get_best_monotonic_clock_pthread()
103 #if defined(CLOCK_MONOTONIC_FAST) in fstrm__get_best_monotonic_clock_gettime()
104 if (!clock_gettime((*c) = CLOCK_MONOTONIC_FAST, &ts)) in fstrm__get_best_monotonic_clock_gettime()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dupnputils.c190 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_time()
191 #if defined(CLOCK_MONOTONIC_FAST) in upnp_time()
192 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST in upnp_time()
226 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnputils.c190 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_time()
191 #if defined(CLOCK_MONOTONIC_FAST) in upnp_time()
192 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST in upnp_time()
226 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnputils.c190 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_time()
191 #if defined(CLOCK_MONOTONIC_FAST) in upnp_time()
192 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST in upnp_time()
226 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnputils.c190 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_time()
191 #if defined(CLOCK_MONOTONIC_FAST) in upnp_time()
192 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST in upnp_time()
226 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/lib/
H A Dmhd_mono_clock.c173 #ifdef CLOCK_MONOTONIC_FAST in MHD_monotonic_sec_counter_init()
176 if (0 == clock_gettime (CLOCK_MONOTONIC_FAST, in MHD_monotonic_sec_counter_init()
179 mono_clock_id = CLOCK_MONOTONIC_FAST; in MHD_monotonic_sec_counter_init()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/microhttpd/
H A Dmhd_mono_clock.c173 #ifdef CLOCK_MONOTONIC_FAST in MHD_monotonic_sec_counter_init()
176 if (0 == clock_gettime (CLOCK_MONOTONIC_FAST, in MHD_monotonic_sec_counter_init()
179 mono_clock_id = CLOCK_MONOTONIC_FAST; in MHD_monotonic_sec_counter_init()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Dos_time_linux.cpp16 # ifdef CLOCK_MONOTONIC_FAST
17 # define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_FAST
/dports/net/minissdpd/minissdpd-1.5.20211105/
H A Dupnputils.c175 #if defined(CLOCK_MONOTONIC_FAST)
176 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST
183 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dupnputils.c175 #if defined(CLOCK_MONOTONIC_FAST)
176 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST
183 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dupnputils.c175 #if defined(CLOCK_MONOTONIC_FAST)
176 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST
183 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dupnputils.c175 #if defined(CLOCK_MONOTONIC_FAST)
176 #define UPNP_CLOCKID CLOCK_MONOTONIC_FAST
183 #if defined(CLOCK_MONOTONIC_FAST) || defined(CLOCK_MONOTONIC) in upnp_gettimeofday()
/dports/devel/libdill/libdill-2.14/
H A Dnow.c47 #elif defined CLOCK_MONOTONIC_FAST in dill_mnow()
48 clock_t id = CLOCK_MONOTONIC_FAST; in dill_mnow()
/dports/devel/libunit/unit-1.26.1/auto/
H A Dtime104 # FreeBSD 7.0 CLOCK_MONOTONIC_FAST
106 nxt_feature="FreeBSD clock_gettime(CLOCK_MONOTONIC_FAST)"
116 if (clock_gettime(CLOCK_MONOTONIC_FAST, &ts) == -1)
/dports/www/unit/unit-1.26.1/auto/
H A Dtime104 # FreeBSD 7.0 CLOCK_MONOTONIC_FAST
106 nxt_feature="FreeBSD clock_gettime(CLOCK_MONOTONIC_FAST)"
116 if (clock_gettime(CLOCK_MONOTONIC_FAST, &ts) == -1)
/dports/www/unit-java/unit-1.26.1/auto/
H A Dtime104 # FreeBSD 7.0 CLOCK_MONOTONIC_FAST
106 nxt_feature="FreeBSD clock_gettime(CLOCK_MONOTONIC_FAST)"
116 if (clock_gettime(CLOCK_MONOTONIC_FAST, &ts) == -1)
/dports/www/unit-php/unit-1.26.1/auto/
H A Dtime104 # FreeBSD 7.0 CLOCK_MONOTONIC_FAST
106 nxt_feature="FreeBSD clock_gettime(CLOCK_MONOTONIC_FAST)"
116 if (clock_gettime(CLOCK_MONOTONIC_FAST, &ts) == -1)
/dports/www/unit-perl/unit-1.26.1/auto/
H A Dtime104 # FreeBSD 7.0 CLOCK_MONOTONIC_FAST
106 nxt_feature="FreeBSD clock_gettime(CLOCK_MONOTONIC_FAST)"
116 if (clock_gettime(CLOCK_MONOTONIC_FAST, &ts) == -1)
/dports/www/unit-python/unit-1.26.1/auto/
H A Dtime104 # FreeBSD 7.0 CLOCK_MONOTONIC_FAST
106 nxt_feature="FreeBSD clock_gettime(CLOCK_MONOTONIC_FAST)"
116 if (clock_gettime(CLOCK_MONOTONIC_FAST, &ts) == -1)
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd/
H A Dmhd_mono_clock.c179 #ifdef CLOCK_MONOTONIC_FAST in MHD_monotonic_sec_counter_init()
182 if (0 == clock_gettime (CLOCK_MONOTONIC_FAST, in MHD_monotonic_sec_counter_init()
185 mono_clock_id = CLOCK_MONOTONIC_FAST; in MHD_monotonic_sec_counter_init()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/tests/
H A Dtest_clock.c101 #ifdef CLOCK_MONOTONIC_FAST in main()
102 if (!TEST_CLOCK_GETTIME(CLOCK_MONOTONIC_FAST)) in main()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/tests/
H A Dtest_clock.c101 #ifdef CLOCK_MONOTONIC_FAST in main()
102 if (!TEST_CLOCK_GETTIME(CLOCK_MONOTONIC_FAST)) in main()
/dports/net-p2p/btpd/btpd-0.16/evloop/
H A Dtimer.c8 #ifdef CLOCK_MONOTONIC_FAST
9 #define TIMER_CLOCK CLOCK_MONOTONIC_FAST
/dports/multimedia/ustreamer/ustreamer-4.10/python/src/
H A Dtools.h100 #elif defined(CLOCK_MONOTONIC_FAST)
101 # define X_CLOCK_MONOTONIC CLOCK_MONOTONIC_FAST
/dports/multimedia/ustreamer/ustreamer-4.10/janus/src/
H A Dtools.h100 #elif defined(CLOCK_MONOTONIC_FAST)
101 # define X_CLOCK_MONOTONIC CLOCK_MONOTONIC_FAST

12345678910>>...82