MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / destroy

Method destroy

tools/cpp_examples/elastic-ctr/client/api/elastic_ctr_api.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void ElasticCTRPredictorApi::destroy() {
191 pthread_key_delete(tls_bspec_key_);
192 return;
193}
194
195ReqInstance *ElasticCTRPredictorApi::add_instance() {
196 ThreadResource *thread_resource =

Callers 13

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected