MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ~concurrent_queue

Method ~concurrent_queue

benchmarks/tbb/concurrent_queue.h:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180template<typename T, class A>
181concurrent_queue<T,A>::~concurrent_queue() {
182 clear();
183 this->internal_finish_clear();
184}
185
186template<typename T, class A>
187void concurrent_queue<T,A>::clear() {

Callers

nothing calls this directly

Calls 2

clearFunction · 0.70
internal_finish_clearMethod · 0.45

Tested by

no test coverage detected