MCPcopy Create free account
hub / github.com/Kitware/VTK / TerminateAllWorkers

Function TerminateAllWorkers

IO/Asynchronous/vtkThreadedImageWriter.cxx:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 ~vtkInternals() { this->TerminateAllWorkers(); }
154
155 void TerminateAllWorkers()
156 {
157 if (this->Queue)
158 {
159 this->Queue->Flush();
160 }
161 this->Queue.reset(nullptr);
162 }
163
164 void SpawnWorkers(vtkTypeUInt32 numberOfThreads)
165 {

Callers

nothing calls this directly

Calls 2

FlushMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected