Home
last modified time | relevance | path

Searched refs:sleepMs (Results 1 – 25 of 91) sorted by relevance

1234

/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_scheduler_ops.cpp178 QVERIFY(sleepMs == 1000); in testBasics()
282 int sleepMs = 0; in startupJobs() local
363 endSleepMs = sleepMs; in startupJobs()
432 int sleepMs = 0; in initJob() local
467 int sleepMs = 0; in runSimpleJob() local
474 startModules(currentUTime, sleepMs); in runSimpleJob()
530 int sleepMs = 0; in testTimeZone() local
539 startModules(currentUTime, sleepMs); in testTimeZone()
566 int sleepMs = 0; in testDawnShutdown() local
849 int sleepMs = 0; in testArtificialHorizonConstraints() local
[all …]
H A Dtest_ekos_scheduler_ops.h72 KStarsDateTime &currentUTime, int &sleepMs, QTemporaryDir &dir);
73 void parkAndSleep(KStarsDateTime &testUTime, int &sleepMs);
74 … void wakeupAndRestart(const QDateTime &restartTime, KStarsDateTime &testUTime, int &sleepMs);
78 bool iterateScheduler(const QString &label, int iterations, int *sleepMs,
95 void startModules(KStarsDateTime &testUTime, int &sleepMs);
/dports/devel/skypat/SkyPat-3.1.1/examples/skypat_c/
H A Dmy_case.cpp42 this->sleepMs(5); in fire()
48 void Turret::sleepMs(int sleepMs) in sleepMs() function in Turret
51 usleep(sleepMs * 1000); // usleep takes sleep time in us in sleepMs()
54 Sleep(sleepMs); in sleepMs()
H A Dmy_case.h43 void sleepMs(int sleepMs);
/dports/misc/visp/visp-3.4.0/tutorial/robot/mbot/raspberry/visp/
H A Dtest-serial-mbot.cpp67 vpTime::sleepMs(500); in main()
69 vpTime::sleepMs(500); in main()
71 vpTime::sleepMs(500); in main()
73 vpTime::sleepMs(500); in main()
75 vpTime::sleepMs(500); in main()
77 vpTime::sleepMs(500); in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/slive/
H A DSleepOp.java42 long sleepMs = Range.betweenPositive(getRandom(), sleepTime); in getSleepTime() local
43 return sleepMs; in getSleepTime()
58 long sleepMs = getSleepTime(sleepTime); in run() local
60 sleep(sleepMs); in run()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/slive/
H A DSleepOp.java42 long sleepMs = Range.betweenPositive(getRandom(), sleepTime); in getSleepTime() local
43 return sleepMs; in getSleepTime()
58 long sleepMs = getSleepTime(sleepTime); in run() local
60 sleep(sleepMs); in run()
/dports/misc/visp/visp-3.4.0/example/servo-franka/
H A DfrankaGripper.cpp129 vpTime::sleepMs(1000); in main()
132 vpTime::sleepMs(1000); in main()
135 vpTime::sleepMs(3000); in main()
138 vpTime::sleepMs(3000); in main()
141 vpTime::sleepMs(3000); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFrameLocation/
H A Dframeloc001.java87 final int sleepMs = 20; in waitForChildThread() local
88 sumWaitMs += sleepMs; in waitForChildThread()
89 Thread.sleep(sleepMs); in waitForChildThread()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/util/
H A DSimpleService.thrift22 string echoSlow(1: string message, 2: i64 sleepMs);
26 stream<i64> emptyStreamSlow(1: i64 sleepMs) (cpp.coroutine);
28 sink<i64, bool> slowReturnSink(1: i64 sleepMs);
H A DScopedServerInterfaceThreadTest.cpp56 int64_t sleepMs) override { in slowReturnSink() argument
58 [&, sleepMs](folly::coro::AsyncGenerator<int64_t&&> gen) in slowReturnSink()
64 co_await folly::coro::sleep(std::chrono::milliseconds(sleepMs)); in slowReturnSink()
71 semifuture_emptyStreamSlow(int64_t sleepMs) override { in semifuture_emptyStreamSlow() argument
73 return folly::futures::sleep(std::chrono::milliseconds(sleepMs)) in semifuture_emptyStreamSlow()
401 return folly::futures::sleep(std::chrono::milliseconds(sleepMs)) in future_echoSlow()
409 int64_t sleepMs) { in future_emptyStreamSlow() argument
411 return folly::futures::sleep(std::chrono::milliseconds(sleepMs)) in future_emptyStreamSlow()
438 return folly::futures::sleep(std::chrono::milliseconds(sleepMs)) in semifuture_echoSlow()
445 semifuture_emptyStreamSlow(int64_t sleepMs) { in semifuture_emptyStreamSlow() argument
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/watchaggregator/
H A Daggregator_test.go163 sleepMs(100)
165 sleepMs(1000)
169 sleepMs(100)
171 sleepMs(800)
190 sleepMs(200)
247 func sleepMs(ms int) { func
304 sleepMs(20)
/dports/misc/visp/visp-3.4.0/modules/robot/src/real-robot/bebop2/
H A DvpRobotBebop2.cpp232 vpTime::sleepMs(1); in doFlatTrim()
328 vpTime::sleepMs(1); in setCameraOrientation()
357 vpTime::sleepMs(1); in setCameraTilt()
386 vpTime::sleepMs(1); in setCameraPan()
463 vpTime::sleepMs(1); in takeOff()
633 vpTime::sleepMs(1); in setPosition()
731 vpTime::sleepMs(1); in resetAllSettings()
867 vpTime::sleepMs(1); in setExposure()
913 vpTime::sleepMs(1); in setStreamingMode()
966 vpTime::sleepMs(1); in setVideoResolution()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/generic/
H A DScriptInvocationManager.cpp330 unsigned int sleepMs = 100U; in ExecuteSync() local
331 if (timeout && timeoutMs < sleepMs) in ExecuteSync()
332 sleepMs = timeoutMs; in ExecuteSync()
334 KODI::TIME::Sleep(sleepMs); in ExecuteSync()
337 timeoutMs -= sleepMs; in ExecuteSync()
/dports/misc/visp/visp-3.4.0/modules/robot/test/qbdevice/
H A DtestQbSoftHand.cpp88 vpTime::sleepMs(500); in main()
96 vpTime::sleepMs(500); in main()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dmutex.c++514 DWORD sleepMs; in wait() local
528 sleepMs = *t / kj::MILLISECONDS; in wait()
531 ++sleepMs; in wait()
537 sleepMs = INFINITE; in wait()
545 if (SleepConditionVariableSRW(&coercedCondvar(waiter.condvar), &coercedSrwLock, sleepMs, 0)) { in wait()
572 sleepMs = sleepTime / kj::MILLISECONDS; in wait()
575 ++sleepMs; in wait()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessServer.c195 hrnServerScriptSleep(IoWrite *write, TimeMSec sleepMs) in hrnServerScriptSleep() argument
199 FUNCTION_HARNESS_PARAM(TIME_MSEC, sleepMs); in hrnServerScriptSleep()
202 ASSERT(sleepMs > 0); in hrnServerScriptSleep()
204 hrnServerScriptCommand(write, hrnServerCmdSleep, VARUINT64(sleepMs)); in hrnServerScriptSleep()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/util/
H A DTestIdLock.java72 int sleepMs = 1 + rand.nextInt(4); in call() local
81 Thread.sleep(sleepMs); in call()

1234