Lines Matching defs:watchdog
106 // Register this watchdog with the global SIGINT/Ctrl+C listener.
149 TraceSigintWatchdog* watchdog;
150 ASSIGN_OR_RETURN_UNWRAP(&watchdog, args.Holder());
152 // Register this watchdog with the global SIGINT/Ctrl+C listener.
153 SigintWatchdogHelper::GetInstance()->Register(watchdog);
160 TraceSigintWatchdog* watchdog;
161 ASSIGN_OR_RETURN_UNWRAP(&watchdog, args.Holder());
163 SigintWatchdogHelper::GetInstance()->Unregister(watchdog);
173 TraceSigintWatchdog* watchdog =
175 watchdog->signal_flag_ = SignalFlags::FromIdle;
176 watchdog->HandleInterrupt();
425 namespace watchdog {
433 } // namespace watchdog
437 NODE_BINDING_CONTEXT_AWARE_INTERNAL(watchdog, node::watchdog::Initialize)