MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / Flush

Method Flush

include/Eigen/Eigen/src/ThreadPool/RunQueue.h:159–163  ·  view source on GitHub ↗

Delete all the elements from the queue.

Source from the content-addressed store, hash-verified

157
158 // Delete all the elements from the queue.
159 void Flush() {
160 while (!Empty()) {
161 PopFront();
162 }
163 }
164
165 private:
166 static const unsigned kMask = kSize - 1;

Callers 1

~ThreadPoolTemplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected