MCPcopy Create free account
hub / github.com/cathery/sys-con / Disable

Function Disable

source/Sysmodule/source/config_handler.cpp:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 void Disable()
328 {
329 is_config_changed_check_thread_running = false;
330 utimerStop(&filecheckTimer);
331 svcCancelSynchronization(g_config_changed_check_thread.handle);
332 threadWaitForExit(&g_config_changed_check_thread);
333 threadClose(&g_config_changed_check_thread);
334 }
335} // namespace syscon::config

Callers 1

ExitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected