MCPcopy Create free account
hub / github.com/catboost/catboost / CopyCounter

Method CopyCounter

util/thread/lfqueue.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 std::atomic<TRootNode*> NextFree = nullptr;
53
54 void CopyCounter(TRootNode* x) {
55 *(TCounter*)this = *(TCounter*)x;
56 }
57 };
58
59 static void EraseList(TListNode* n) {

Callers 2

EnqueueImplMethod · 0.80
DequeueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected