Home
last modified time | relevance | path

Searched refs:watchdogTimeout (Results 1 – 21 of 21) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/scheduler/
H A Dscheduler_imp.cpp64 pConfig->watchdogTimeout = heartbeat; in getTimeoutModeProperties()
91 if (pProperties->watchdogTimeout < minTimeoutModeHeartbeat) { in setTimeoutMode()
98 result = pOsScheduler->setHeartbeatInterval(pProperties->watchdogTimeout); in setTimeoutMode()
103 uint64_t timeout = (pProperties->watchdogTimeout) / 5; in setTimeoutMode()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/scheduler/linux/
H A Dtest_zes_scheduler.cpp170 EXPECT_EQ(config.watchdogTimeout, expectedHeartbeatTimeoutMicroSecs); in TEST_F()
194 EXPECT_EQ(config.watchdogTimeout, expectedDefaultHeartbeatTimeoutMicroSecs); in TEST_F()
326 setConfig.watchdogTimeout = 10000u; in TEST_F()
331 EXPECT_EQ(getConfig.watchdogTimeout, setConfig.watchdogTimeout); in TEST_F()
342 setConfig.watchdogTimeout = minTimeoutModeHeartbeat - 1; in TEST_F()
353 setTimeOutConfig.watchdogTimeout = 10000u; in TEST_F()
371 setTimeOutConfig.watchdogTimeout = 10000u; in TEST_F()
386 setConfig.watchdogTimeout = minTimeoutModeHeartbeat; in TEST_F()
401 setConfig.watchdogTimeout = minTimeoutModeHeartbeat; in TEST_F()
416 setConfig.watchdogTimeout = minTimeoutModeHeartbeat; in TEST_F()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/ncw/swift/v2/
H A Dwatchdog_reader_test.go15 func testWatchdogReaderTimeout(t *testing.T, initialTimeout, watchdogTimeout time.Duration, expecte…
18 wr := newWatchdogReader(test, watchdogTimeout, timer)
/dports/security/vault/vault-1.8.2/vendor/github.com/ncw/swift/
H A Dwatchdog_reader_test.go15 func testWatchdogReaderTimeout(t *testing.T, initialTimeout, watchdogTimeout time.Duration, expecte…
18 wr := newWatchdogReader(test, watchdogTimeout, timer)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/ncw/swift/
H A Dwatchdog_reader_test.go15 func testWatchdogReaderTimeout(t *testing.T, initialTimeout, watchdogTimeout time.Duration, expecte…
18 wr := newWatchdogReader(test, watchdogTimeout, timer)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/ncw/swift/
H A Dwatchdog_reader_test.go15 func testWatchdogReaderTimeout(t *testing.T, initialTimeout, watchdogTimeout time.Duration, expecte…
18 wr := newWatchdogReader(test, watchdogTimeout, timer)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/ncw/swift/swift-1.0.47/
H A Dwatchdog_reader_test.go15 func testWatchdogReaderTimeout(t *testing.T, initialTimeout, watchdogTimeout time.Duration, expecte…
18 wr := newWatchdogReader(test, watchdogTimeout, timer)
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/data/ai/BA/
H A Dtaskqueuebehaviour.lua216 self.watchdogTimeout = 1800
646 …if (self.lastWatchdogCheck + self.watchdogTimeout < f) or (self.currentProject == nil and (self.la…
765 self.watchdogTimeout = math.max(Distance(self.unit:Internal():GetPosition(), p) * 1.5, 360)
768 self.watchdogTimeout = self.watchdogTimeout + 450 -- give it 15 more seconds to reclaim it
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/shell/
H A Djsshell.h149 mozilla::Maybe<mozilla::TimeStamp> watchdogTimeout; member
H A Djs.cpp3673 if (sc->watchdogTimeout && now >= sc->watchdogTimeout.value()) { in WatchdogMain()
3678 sc->watchdogTimeout = Nothing(); in WatchdogMain()
3687 if (sc->watchdogTimeout) { in WatchdogMain()
3695 TimeDuration sleepDuration = sc->watchdogTimeout in WatchdogMain()
3708 sc->watchdogTimeout = Nothing(); in ScheduleWatchdog()
3716 MOZ_ASSERT(!sc->watchdogTimeout); in ScheduleWatchdog()
3721 } else if (!sc->watchdogTimeout || timeout < sc->watchdogTimeout.value()) { in ScheduleWatchdog()
3724 sc->watchdogTimeout = Some(timeout); in ScheduleWatchdog()
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A Djsshell.h232 mozilla::Maybe<mozilla::TimeStamp> watchdogTimeout; member
H A Djs.cpp4923 if (sc->watchdogTimeout && now >= sc->watchdogTimeout.value()) { in WatchdogMain()
4928 sc->watchdogTimeout = Nothing(); in WatchdogMain()
4937 if (sc->watchdogTimeout) { in WatchdogMain()
4945 TimeDuration sleepDuration = sc->watchdogTimeout in WatchdogMain()
4959 sc->watchdogTimeout = Nothing(); in ScheduleWatchdog()
4971 MOZ_ASSERT(!sc->watchdogTimeout); in ScheduleWatchdog()
4977 } else if (!sc->watchdogTimeout || timeout < sc->watchdogTimeout.value()) { in ScheduleWatchdog()
4980 sc->watchdogTimeout = Some(timeout); in ScheduleWatchdog()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A Djsshell.h235 mozilla::Maybe<mozilla::TimeStamp> watchdogTimeout; member
H A Djs.cpp4739 if (sc->watchdogTimeout && now >= sc->watchdogTimeout.value()) { in WatchdogMain()
4744 sc->watchdogTimeout = Nothing(); in WatchdogMain()
4753 if (sc->watchdogTimeout) { in WatchdogMain()
4761 TimeDuration sleepDuration = sc->watchdogTimeout in WatchdogMain()
4775 sc->watchdogTimeout = Nothing(); in ScheduleWatchdog()
4787 MOZ_ASSERT(!sc->watchdogTimeout); in ScheduleWatchdog()
4793 } else if (!sc->watchdogTimeout || timeout < sc->watchdogTimeout.value()) { in ScheduleWatchdog()
4796 sc->watchdogTimeout = Some(timeout); in ScheduleWatchdog()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A Djsshell.h232 mozilla::Maybe<mozilla::TimeStamp> watchdogTimeout; member
H A Djs.cpp4923 if (sc->watchdogTimeout && now >= sc->watchdogTimeout.value()) { in WatchdogMain()
4928 sc->watchdogTimeout = Nothing(); in WatchdogMain()
4937 if (sc->watchdogTimeout) { in WatchdogMain()
4945 TimeDuration sleepDuration = sc->watchdogTimeout in WatchdogMain()
4959 sc->watchdogTimeout = Nothing(); in ScheduleWatchdog()
4971 MOZ_ASSERT(!sc->watchdogTimeout); in ScheduleWatchdog()
4977 } else if (!sc->watchdogTimeout || timeout < sc->watchdogTimeout.value()) { in ScheduleWatchdog()
4980 sc->watchdogTimeout = Some(timeout); in ScheduleWatchdog()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A Djsshell.h228 mozilla::Maybe<mozilla::TimeStamp> watchdogTimeout; member
H A Djs.cpp4430 if (sc->watchdogTimeout && now >= sc->watchdogTimeout.value()) { in WatchdogMain()
4435 sc->watchdogTimeout = Nothing(); in WatchdogMain()
4444 if (sc->watchdogTimeout) { in WatchdogMain()
4452 TimeDuration sleepDuration = sc->watchdogTimeout in WatchdogMain()
4466 sc->watchdogTimeout = Nothing(); in ScheduleWatchdog()
4474 MOZ_ASSERT(!sc->watchdogTimeout); in ScheduleWatchdog()
4480 } else if (!sc->watchdogTimeout || timeout < sc->watchdogTimeout.value()) { in ScheduleWatchdog()
4483 sc->watchdogTimeout = Some(timeout); in ScheduleWatchdog()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/shell/
H A Djs.cpp287 Maybe<TimeStamp> watchdogTimeout;
3579 if (sc->watchdogTimeout && now >= sc->watchdogTimeout.value()) {
3584 sc->watchdogTimeout = Nothing();
3593 if (sc->watchdogTimeout) {
3601 TimeDuration sleepDuration = sc->watchdogTimeout
3616 sc->watchdogTimeout = Nothing();
3624 MOZ_ASSERT(!sc->watchdogTimeout);
3629 } else if (!sc->watchdogTimeout || timeout < sc->watchdogTimeout.value()) {
3632 sc->watchdogTimeout = Some(timeout);
/dports/devel/level-zero/level-zero-1.7.4/include/
H A Dzes_api.h4097 …uint64_t watchdogTimeout; ///< [in,out] The maximum time in microseconds tha… member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/black_box_tests/
H A Dzello_sysman.cpp636 … std::cout << "Timeout Mode Watchdog Timeout = " << timeoutProperties.watchdogTimeout << std::endl; in testSysmanScheduler()