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

Method Exit

lib/mdflib/mdflib/src/writecache.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void WriteCache::Exit() {
89 StopWorkThread();
90 cache_.clear();
91}
92
93void WriteCache::StopWorkThread() {
94 stop_thread_ = true;

Callers 8

~Mdf3WriterMethod · 0.80
ExitWriteCacheMethod · 0.80
~MdfBusLoggerMethod · 0.80
~Mdf4WriterMethod · 0.80
ExitWriteCacheMethod · 0.80
~MdfConverterMethod · 0.80
InitMeasurementMethod · 0.80
FinalizeMeasurementMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected