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

Method ext_destroy

src/proxy/FetchSM.cc:772–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void
773FetchSM::ext_destroy()
774{
775 SCOPED_MUTEX_LOCK(lock, mutex, this_ethread());
776
777 contp = nullptr;
778
779 if (recursion) {
780 return;
781 }
782
783 cleanUp();
784}
785
786void
787FetchSM::ext_set_user_data(void *data)

Callers 1

TSFetchDestroyFunction · 0.45

Calls 2

this_ethreadFunction · 0.85
cleanUpFunction · 0.85

Tested by

no test coverage detected