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

Method ~BgFetchStates

plugins/prefetch/fetch.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155private:
156 BgFetchStates() : _lock(TSMutexCreate()) {}
157 ~BgFetchStates() { TSMutexDestroy(_lock); }
158 static BgFetchStates *_prefetchStates;
159
160 std::map<String, BgFetchState *> _states; /* stores pointers to states per namespace */

Callers

nothing calls this directly

Calls 1

TSMutexDestroyFunction · 0.85

Tested by

no test coverage detected