MCPcopy Create free account
hub / github.com/apache/impala / AddRef

Method AddRef

be/src/kudu/util/debug_ref_counted.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 DebugRefCountedThreadSafe() {}
34
35 void AddRef() const {
36 RefCountedThreadSafe<T, Traits>::AddRef();
37 LOG(INFO) << "Incremented ref on " << this << ":\n" << GetStackTrace();
38 }
39
40 void Release() const {
41 LOG(INFO) << "Decrementing ref on " << this << ":\n" << GetStackTrace();

Callers 3

StartThreadMethod · 0.45
ScopedAdoptTraceMethod · 0.45
DoSubmitMethod · 0.45

Calls 1

GetStackTraceFunction · 0.70

Tested by

no test coverage detected