MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / disarm

Method disarm

app/src/DataModel/Scripting/JsWatchdog.cpp:85–88  ·  view source on GitHub ↗

* @brief Retires the deadline so the watchdog thread stops watching this engine. */

Source from the content-addressed store, hash-verified

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

Callers 6

dryRunMethod · 0.80
compileMethod · 0.80
endDatasetPassMethod · 0.80
validateScriptSyntaxMethod · 0.80
runOnConnectMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected