MCPcopy Create free account
hub / github.com/catboost/catboost / ~TAutoLockFreeQueue

Method ~TAutoLockFreeQueue

util/thread/lfqueue.h:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 using TRef = THolder<T>;
367
368 inline ~TAutoLockFreeQueue() {
369 TRef tmp;
370
371 while (Dequeue(&tmp)) {
372 }
373 }
374
375 inline bool Dequeue(TRef* t) {
376 T* res = nullptr;

Callers

nothing calls this directly

Calls 1

DequeueFunction · 0.50

Tested by

no test coverage detected