Home
last modified time | relevance | path

Searched refs:Watchdog (Results 1 – 25 of 2824) sorted by relevance

12345678910>>...113

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 Watchdog cannot be stopped once started
46 Watchdog cannot be stopped once started
55 Watchdog cannot be stopped once started
67 Watchdog cannot be stopped once started
74 Watchdog margin in seconds (default=60)
92 Watchdog time in seconds. (default=5)
94 Watchdog cannot be stopped once started
110 Watchdog time in seconds. (default=30)
214 Watchdog heartbeat in seconds.
564 Watchdog margin in seconds
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 Watchdog cannot be stopped once started
46 Watchdog cannot be stopped once started
55 Watchdog cannot be stopped once started
67 Watchdog cannot be stopped once started
74 Watchdog margin in seconds (default=60)
92 Watchdog time in seconds. (default=5)
94 Watchdog cannot be stopped once started
110 Watchdog time in seconds. (default=30)
214 Watchdog heartbeat in seconds.
564 Watchdog margin in seconds
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 Watchdog cannot be stopped once started
46 Watchdog cannot be stopped once started
55 Watchdog cannot be stopped once started
67 Watchdog cannot be stopped once started
74 Watchdog margin in seconds (default=60)
92 Watchdog time in seconds. (default=5)
94 Watchdog cannot be stopped once started
110 Watchdog time in seconds. (default=30)
214 Watchdog heartbeat in seconds.
564 Watchdog margin in seconds
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DSingletonTestStructs.h27 struct Watchdog { struct
28 static std::vector<Watchdog*>& creation_order();
30 Watchdog();
32 ~Watchdog() { in ~Watchdog() argument
42 Watchdog(const Watchdog&) = delete; argument
43 Watchdog& operator=(const Watchdog&) = delete; argument
44 Watchdog(Watchdog&&) noexcept = default;
45 Watchdog& operator=(Watchdog&&) noexcept = delete; argument
49 struct ChildWatchdog : public Watchdog {};
50 struct GlobalWatchdog : public Watchdog {};
[all …]
H A DSingletonTest.cpp70 std::shared_ptr<Watchdog> s1 = SingletonBasicUsage<Watchdog>::try_get(); in TEST()
78 std::shared_ptr<Watchdog> s2 = SingletonBasicUsage<Watchdog>::try_get(); in TEST()
121 SingletonDirectUsage<Watchdog> watchdog; in TEST()
263 std::shared_ptr<Watchdog> watchdog; in TEST()
275 [&](Watchdog* ptr) { in TEST()
450 class Slowpoke : public Watchdog {
689 SingletonMock<Watchdog> watchdog_singleton; in TEST()
698 SingletonMock<Watchdog>::make_mock(); in TEST()
707 SingletonMock<Watchdog>::make_mock(); in TEST()
732 SingletonMock<Watchdog>::make_mock(); in TEST()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DWatchdog_defs.hh44 typedef Implementation::Watchdog::Time Threshold;
51 class Watchdog { class
60 Watchdog(long csecs, void (* const function)());
63 ~Watchdog();
79 typedef Implementation::Watchdog::Handler
86 Watchdog(const Watchdog&);
88 Watchdog& operator=(const Watchdog&);
94 static void get_timer(Implementation::Watchdog::Time& time);
100 static Implementation::Watchdog::Time last_time_requested;
112 static Implementation::Watchdog::Time reschedule_time;
[all …]
H A DWatchdog_inlines.hh35 Watchdog::Watchdog(long csecs, in Watchdog() function in Parma_Polyhedra_Library::Watchdog
40 Implementation::Watchdog::Handler_Flag<Flag_Base, Flag>(holder, in Watchdog()
52 Watchdog::Watchdog(long csecs, void (* const function)()) in Watchdog() function in Parma_Polyhedra_Library::Watchdog
54 handler(*new Implementation::Watchdog::Handler_Function(function)) { in Watchdog()
65 Watchdog::~Watchdog() { in ~Watchdog()
75 Watchdog::reschedule() { in reschedule()
82 Watchdog::Watchdog(long /* csecs */,
90 Watchdog::Watchdog(long /* csecs */, void (* /* function */)()) {
96 Watchdog::~Watchdog() {
H A DWatchdog.cc68 itimerval PPL::Watchdog::signal_once;
71 PPL::Implementation::Watchdog::Time PPL::Watchdog::last_time_requested;
74 PPL::Implementation::Watchdog::Time PPL::Watchdog::time_so_far;
77 PPL::Watchdog::WD_Pending_List PPL::Watchdog::pending;
118 PPL::Watchdog::get_timer(Implementation::Watchdog::Time& time) { in get_timer()
126 PPL::Watchdog::set_timer(const Implementation::Watchdog::Time& time) { in set_timer()
137 PPL::Watchdog::stop_timer() { in stop_timer()
144 PPL::Watchdog::handle_timeout(int) { in handle_timeout()
236 PPL::Implementation::Watchdog::Time PPL::Watchdog::reschedule_time(1);
239 PPL::Watchdog::initialize() { in initialize()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/global_state/
H A Dwatchdog.h52 class Watchdog {
54 Watchdog(const Watchdog&) = delete;
55 Watchdog(const Watchdog&&) = delete;
56 Watchdog& operator=(const Watchdog&) = delete;
57 Watchdog& operator=(const Watchdog&&) = delete;
60 static Watchdog& GetWatchdog();
83 Watchdog();
86 ~Watchdog();
89 static void watchdog_thread(Watchdog* watchdog);
H A Dwatchdog.cc46 Watchdog& Watchdog::GetWatchdog() { in GetWatchdog()
48 static Watchdog watchdog; in GetWatchdog()
52 Watchdog::Watchdog() { in Watchdog() function in tiledb::sm::global_state::Watchdog
56 Watchdog::~Watchdog() { in ~Watchdog()
67 Status Watchdog::initialize() { in initialize()
77 void Watchdog::watchdog_thread(Watchdog* watchdog) { in watchdog_thread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/base/
H A Dwatchdog_posix.cc83 Watchdog::Watchdog(uint32_t polling_interval_ms) in Watchdog() function in perfetto::base::Watchdog
86 Watchdog::~Watchdog() { in ~Watchdog()
97 Watchdog* Watchdog::GetInstance() { in GetInstance()
98 static Watchdog* watchdog = new Watchdog(kDefaultPollingInterval); in GetInstance()
102 Watchdog::Timer Watchdog::CreateFatalTimer(uint32_t ms) { in CreateFatalTimer()
104 return Watchdog::Timer(0); in CreateFatalTimer()
106 return Watchdog::Timer(ms); in CreateFatalTimer()
109 void Watchdog::Start() { in Start()
148 void Watchdog::ThreadMain() { in ThreadMain()
251 Watchdog::Timer::Timer(uint32_t ms) { in Timer()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/base/
H A Dwatchdog_posix.cc56 Watchdog::Watchdog(uint32_t polling_interval_ms) in Watchdog() function in perfetto::base::Watchdog
59 Watchdog::~Watchdog() { in ~Watchdog()
70 Watchdog* Watchdog::GetInstance() { in GetInstance()
71 static Watchdog* watchdog = new Watchdog(kDefaultPollingInterval); in GetInstance()
75 Watchdog::Timer Watchdog::CreateFatalTimer(uint32_t ms) { in CreateFatalTimer()
77 return Watchdog::Timer(0); in CreateFatalTimer()
79 return Watchdog::Timer(ms); in CreateFatalTimer()
82 void Watchdog::Start() { in Start()
121 void Watchdog::ThreadMain() { in ThreadMain()
234 Watchdog::Timer::Timer(uint32_t ms) { in Timer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dwatchdog.cc42 Watchdog::Watchdog(const TimeDelta& duration, in Watchdog() function in base::Watchdog
61 Watchdog::~Watchdog() { in ~Watchdog()
69 void Watchdog::Cleanup() { in Cleanup()
77 bool Watchdog::IsJoinable() { in IsJoinable()
84 void Watchdog::Arm() { in Arm()
93 void Watchdog::ArmAtStartTime(const TimeTicks start_time) { in ArmAtStartTime()
103 void Watchdog::Disarm() { in Disarm()
110 void Watchdog::Alarm() { in Alarm()
117 void Watchdog::ThreadDelegate::ThreadMain() { in ThreadMain()
168 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dwatchdog.cc42 Watchdog::Watchdog(const TimeDelta& duration, in Watchdog() function in base::Watchdog
61 Watchdog::~Watchdog() { in ~Watchdog()
69 void Watchdog::Cleanup() { in Cleanup()
77 bool Watchdog::IsJoinable() { in IsJoinable()
84 void Watchdog::Arm() { in Arm()
93 void Watchdog::ArmAtStartTime(const TimeTicks start_time) { in ArmAtStartTime()
103 void Watchdog::Disarm() { in Disarm()
110 void Watchdog::Alarm() { in Alarm()
117 void Watchdog::ThreadDelegate::ThreadMain() { in ThreadMain()
168 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dwatchdog.cpp7 static INT32 Watchdog = 0; variable
12 Watchdog = 0; in BurnWatchdogWrite()
18 Watchdog = 0; in BurnWatchdogRead()
26 Watchdog = 0; in BurnWatchdogReset()
32 Watchdog = 0; in BurnWatchdogResetEnable()
39 Watchdog = 0; in BurnWatchdogExit()
71 Watchdog++; in BurnWatchdogUpdate()
74 if (Watchdog >= WatchdogFrames) { in BurnWatchdogUpdate()
90 SCAN_VAR(Watchdog); in BurnWatchdogScan()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dwatchdog.cpp7 static INT32 Watchdog = 0; variable
12 Watchdog = 0; in BurnWatchdogWrite()
18 Watchdog = 0; in BurnWatchdogRead()
26 Watchdog = 0; in BurnWatchdogReset()
32 Watchdog = 0; in BurnWatchdogResetEnable()
39 Watchdog = 0; in BurnWatchdogExit()
71 Watchdog++; in BurnWatchdogUpdate()
74 if (Watchdog >= WatchdogFrames) { in BurnWatchdogUpdate()
90 SCAN_VAR(Watchdog); in BurnWatchdogScan()
/dports/www/node10/node-v10.24.1/src/
H A Dnode_watchdog.cc29 Watchdog::Watchdog(v8::Isolate* isolate, uint64_t ms, bool* timed_out) in Watchdog() function in node::Watchdog
41 rc = uv_async_init(loop_, &async_, &Watchdog::Async); in Watchdog()
47 rc = uv_timer_start(&timer_, &Watchdog::Timer, ms, 0); in Watchdog()
50 rc = uv_thread_create(&thread_, &Watchdog::Run, this); in Watchdog()
55 Watchdog::~Watchdog() { in ~Watchdog()
70 void Watchdog::Run(void* arg) { in Run()
71 Watchdog* wd = static_cast<Watchdog*>(arg); in Run()
83 void Watchdog::Async(uv_async_t* async) { in Async()
84 Watchdog* w = ContainerOf(&Watchdog::async_, async); in Async()
89 void Watchdog::Timer(uv_timer_t* timer) { in Timer()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dwatchdog.cc34 Watchdog::Watchdog () in Watchdog() function in ns3::Watchdog
42 Watchdog::~Watchdog () in ~Watchdog()
50 Watchdog::Ping (Time delay) in Ping()
59 m_event = Simulator::Schedule (m_end - Now (), &Watchdog::Expire, this); in Ping()
63 Watchdog::Expire (void) in Expire()
72 m_event = Simulator::Schedule (m_end - Now (), &Watchdog::Expire, this); in Expire()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DWatchdog.h25 class Watchdog {
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog &other) = delete;

12345678910>>...113