Home
last modified time | relevance | path

Searched refs:US_PER_MS (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/db5/db-5.3.28/src/mutex/
H A Dmut_fcntl.c110 if (ms * US_PER_MS > time_left)
111 ms = time_left / US_PER_MS;
113 __os_yield(NULL, 0, ms * US_PER_MS);
H A Dmut_win32.c223 time_left /= US_PER_MS;
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/
H A DUtil.h58 static const int64_t US_PER_MS = US_PER_S / MS_PER_S; variable
74 result.tv_usec = static_cast<uint32_t>((value % MS_PER_S) * US_PER_MS); // ms to us in toTimeval()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/concurrency/
H A DUtil.h58 static const int64_t US_PER_MS = US_PER_S / MS_PER_S; variable
74 result.tv_usec = static_cast<uint32_t>((value % MS_PER_S) * US_PER_MS); // ms to us in toTimeval()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/thrift/thrift/concurrency/
H A DUtil.h62 static const int64_t US_PER_MS = US_PER_S / MS_PER_S; variable
81 result.tv_usec = static_cast<uint32_t>((value % MS_PER_S) * US_PER_MS); // ms to us in toTimeval()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/thrift/thrift/concurrency/
H A DUtil.h62 static const int64_t US_PER_MS = US_PER_S / MS_PER_S; variable
81 result.tv_usec = static_cast<uint32_t>((value % MS_PER_S) * US_PER_MS); // ms to us in toTimeval()
/dports/databases/db18/db-18.1.40/src/os_windows/
H A Dos_yield.c34 Sleep(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/dports/databases/db5/db-5.3.28/src/os_windows/
H A Dos_yield.c34 Sleep(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp/
H A DAsyncLoadHandler2.cpp56 microseconds / Util::US_PER_MS); in async_eb_sleep()
67 [=]() { delete callbackp; }, microseconds / Util::US_PER_MS); in async_eb_onewaySleep()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/concurrency/
H A DUtil.h51 static const int64_t US_PER_MS = US_PER_S / MS_PER_S; variable
/dports/benchmarks/mst-bench/MST-Bench-0.2.1-3-g0175cb2/
H A Dmst-bench.c143 #define US_PER_MS 1000 macro
498 milliseconds = difftimeofday(&end_time, &start_time) / US_PER_MS; in seek_test()
/dports/databases/db18/db-18.1.40/src/mutex/
H A Dmut_win32.c251 time_left /= US_PER_MS;
394 (max_ms = (dbenv->mutex_failchk_timeout / US_PER_MS)) == 0)
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_windows.c14 #define DB_TIMEOUT_TO_WINDOWS_TIMEOUT(t) (((t) + (US_PER_MS - 1)) / US_PER_MS)
H A Drepmgr_elect.c297 duration = t / US_PER_MS;
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_windows.c14 #define DB_TIMEOUT_TO_WINDOWS_TIMEOUT(t) (((t) + (US_PER_MS - 1)) / US_PER_MS)
H A Drepmgr_elect.c429 duration = t / US_PER_MS;
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tools/
H A Dmdig.c86 #define US_PER_MS 1000 /*%< Microseconds per millisecond. */ macro
2156 if (us > US_PER_MS) { in main()
2157 usleep(us - US_PER_MS); in main()
/dports/dns/bind911/bind-9.11.37/bin/tools/
H A Dmdig.c87 #define US_PER_MS 1000 /*%< Microseconds per millisecond. */ macro
2096 if (us > US_PER_MS) { in main()
2097 usleep(us - US_PER_MS); in main()
/dports/dns/bind-tools/bind-9.16.27/bin/tools/
H A Dmdig.c91 #define US_PER_MS 1000 /*%< Microseconds per millisecond. */ macro
2221 if (us > US_PER_MS) { in main()
2222 usleep(us - US_PER_MS); in main()
/dports/dns/bind916/bind-9.16.27/bin/tools/
H A Dmdig.c91 #define US_PER_MS 1000 /*%< Microseconds per millisecond. */ macro
2221 if (us > US_PER_MS) { in main()
2222 usleep(us - US_PER_MS); in main()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/concurrency/test/
H A DThreadManagerTests.cpp106 usleep(timeout_ * Util::US_PER_MS); in run()
300 usleep(expirationTimeMs * Util::US_PER_MS * 1.10); in expireTest()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/lmkd/
H A Dlmkd.c100 #define US_PER_MS (US_PER_SEC / MS_PER_SEC) macro
2486 psi_thresholds[level].threshold_ms * US_PER_MS, in init_mp_psi()
2487 PSI_WINDOW_SIZE_MS * US_PER_MS); in init_mp_psi()
/dports/databases/db5/db-5.3.28/build_android/
H A Ddb_int.h153 #define US_PER_MS 1000 /* Microseconds in a millisecond */ macro
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_int.h156 #define US_PER_MS 1000 /* Microseconds in a millisecond */ macro
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_int.h153 #define US_PER_MS 1000 /* Microseconds in a millisecond */ macro

12