* @brief Retires the deadline so the watchdog thread stops watching this engine. */
| 83 | * @brief Retires the deadline so the watchdog thread stops watching this engine. |
| 84 | */ |
| 85 | void DataModel::JsWatchdog::disarm() noexcept |
| 86 | { |
| 87 | m_deadlineNs.store(0, std::memory_order_release); |
| 88 | } |
| 89 | |
| 90 | //-------------------------------------------------------------------------------------------------- |
| 91 | // Watchdog-protected calls |
no outgoing calls
no test coverage detected