MCPcopy Create free account
hub / github.com/apache/trafficserver / ~TryLockGuard

Method ~TryLockGuard

src/tscpp/api/InterceptPlugin.cc:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 }
343
344 ~TryLockGuard()
345 {
346 if (_isLocked) {
347 _m.unlock();
348 }
349 }
350
351private:
352 std::recursive_mutex &_m;

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected