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

Method release

include/iocore/net/ConnectionTracker.h:380–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380inline void
381ConnectionTracker::TxnState::release()
382{
383 if (_reserved_p) {
384 _reserved_p = false;
385 // If metric enabled, use metric as count
386 if (_g->_count_metric != nullptr) {
387 ts::Metrics::Gauge::decrement(_g->_count_metric);
388 } else {
389 --_g->_count;
390 }
391 }
392}
393
394inline std::shared_ptr<ConnectionTracker::Group>
395ConnectionTracker::TxnState::drop()

Callers 4

clearMethod · 0.95
~WeakMutexLockFunction · 0.45
~MutexLockFunction · 0.45
NetVCOptionsClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected