Home
last modified time | relevance | path

Searched refs:tsnow (Results 1 – 25 of 80) sorted by relevance

1234

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dcore.C38 timespec tsnow; variable
39 const time_t &timenow = tsnow.tv_sec;
58 clock_gettime (CLOCK_REALTIME, &tsnow); in timestring()
60 buf = strbuf ("%d.%06d ", int (tsnow.tv_sec), int (tsnow.tv_nsec/1000)); in timestring()
191 clock_gettime (CLOCK_REALTIME, &tsnow); in timecb_check()
194 for (tp = timecbs.first (); tp && tp->ts <= tsnow; in timecb_check()
211 clock_gettime (CLOCK_REALTIME, &tsnow); in timecb_check()
212 if (tp->ts < tsnow) in timecb_check()
214 else if (tp->ts.tv_nsec >= tsnow.tv_nsec) { in timecb_check()
250 clock_gettime (CLOCK_REALTIME, &tsnow); in fdcb_check()
[all …]
/dports/dns/py-pycares/pycares-3.1.1/deps/c-ares/src/
H A Dares__timeval.c47 struct timespec tsnow; in ares__tvnow() local
48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in ares__tvnow()
49 now.tv_sec = tsnow.tv_sec; in ares__tvnow()
50 now.tv_usec = tsnow.tv_nsec / 1000; in ares__tvnow()
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares__timeval.c47 struct timespec tsnow; in ares__tvnow() local
48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in ares__tvnow()
49 now.tv_sec = tsnow.tv_sec; in ares__tvnow()
50 now.tv_usec = tsnow.tv_nsec / 1000; in ares__tvnow()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares__timeval.c47 struct timespec tsnow; in ares__tvnow() local
48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in ares__tvnow()
49 now.tv_sec = tsnow.tv_sec; in ares__tvnow()
50 now.tv_usec = tsnow.tv_nsec / 1000; in ares__tvnow()
/dports/www/node10/node-v10.24.1/deps/cares/src/
H A Dares__timeval.c47 struct timespec tsnow; in ares__tvnow() local
48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in ares__tvnow()
49 now.tv_sec = tsnow.tv_sec; in ares__tvnow()
50 now.tv_usec = tsnow.tv_nsec / 1000; in ares__tvnow()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A Dares__timeval.c47 struct timespec tsnow; in ares__tvnow() local
48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in ares__tvnow()
49 now.tv_sec = tsnow.tv_sec; in ares__tvnow()
50 now.tv_usec = tsnow.tv_nsec / 1000; in ares__tvnow()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_util.c66 struct timespec tsnow; in tvnow() local
67 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
68 now.tv_sec = tsnow.tv_sec; in tvnow()
69 now.tv_usec = tsnow.tv_nsec / 1000; in tvnow()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/src/
H A Dtool_util.c66 struct timespec tsnow; in tvnow() local
67 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
68 now.tv_sec = tsnow.tv_sec; in tvnow()
69 now.tv_usec = tsnow.tv_nsec / 1000; in tvnow()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tutil_tvnow()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tutil_tvnow()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dtimeval.c53 struct timespec tsnow; in curlx_tvnow() local
54 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in curlx_tvnow()
55 now.tv_sec = tsnow.tv_sec; in curlx_tvnow()
56 now.tv_usec = tsnow.tv_nsec / 1000; in curlx_tvnow()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = tsnow.tv_nsec / 1000; in tutil_tvnow()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = tsnow.tv_nsec / 1000; in tutil_tvnow()
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dtimeval.c54 struct timespec tsnow; in curlx_tvnow() local
55 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in curlx_tvnow()
56 now.tv_sec = tsnow.tv_sec; in curlx_tvnow()
57 now.tv_usec = tsnow.tv_nsec / 1000; in curlx_tvnow()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tutil_tvnow()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = tsnow.tv_nsec / 1000; in tutil_tvnow()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tutil_tvnow()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/libtest/
H A Dtestutil.c55 struct timespec tsnow; in tutil_tvnow() local
56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tutil_tvnow()
57 now.tv_sec = tsnow.tv_sec; in tutil_tvnow()
58 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tutil_tvnow()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/src/
H A Dtool_util.c74 struct timespec tsnow; in tvnow() local
75 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
76 now.tv_sec = tsnow.tv_sec; in tvnow()
77 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tvnow()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_util.c74 struct timespec tsnow; in tvnow() local
75 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
76 now.tv_sec = tsnow.tv_sec; in tvnow()
77 now.tv_usec = tsnow.tv_nsec / 1000; in tvnow()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/src/
H A Dtool_util.c74 struct timespec tsnow; in tvnow() local
75 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
76 now.tv_sec = tsnow.tv_sec; in tvnow()
77 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tvnow()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/src/
H A Dtool_util.c74 struct timespec tsnow; in tvnow() local
75 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
76 now.tv_sec = tsnow.tv_sec; in tvnow()
77 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tvnow()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/src/
H A Dtool_util.c74 struct timespec tsnow; in tvnow() local
75 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
76 now.tv_sec = tsnow.tv_sec; in tvnow()
77 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tvnow()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/src/
H A Dtool_util.c74 struct timespec tsnow; in tvnow() local
75 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in tvnow()
76 now.tv_sec = tsnow.tv_sec; in tvnow()
77 now.tv_usec = (int)(tsnow.tv_nsec / 1000); in tvnow()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dtimeval.c61 struct timespec tsnow; in curlx_tvnow() local
62 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) { in curlx_tvnow()
63 now.tv_sec = tsnow.tv_sec; in curlx_tvnow()
64 now.tv_usec = tsnow.tv_nsec / 1000; in curlx_tvnow()

1234