MCPcopy Create free account
hub / github.com/apache/trafficserver / refcount_inc

Method refcount_inc

include/tscore/Ptr.h:56–60  ·  view source on GitHub ↗

Increment the reference count, returning the new count.

Source from the content-addressed store, hash-verified

54
55 // Increment the reference count, returning the new count.
56 int
57 refcount_inc()
58 {
59 return ++m_refcount;
60 }
61
62 // Decrement the reference count, returning the new count.
63 int

Callers 12

setMethod · 0.80
getMethod · 0.80
initMethod · 0.80
acquireMethod · 0.80
_manage_objectMethod · 0.80
transfer_objectsMethod · 0.80
set_buffer_referenceMethod · 0.80
TSMutexCreateInternalFunction · 0.80
acquireMethod · 0.80
PtrMethod · 0.80
Ptr.hFile · 0.80

Calls

no outgoing calls

Tested by 1