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

Function ts_lua_destroy_ctx_stats

plugins/lua/ts_lua_util.cc:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void
197ts_lua_destroy_ctx_stats(ts_lua_ctx_stats *stats)
198{
199 if (stats) {
200 TSMutexDestroy(stats->mutexp);
201 stats->mutexp = nullptr;
202 TSfree(stats);
203 }
204}
205
206ts_lua_instance_conf *
207ts_lua_script_registered(lua_State *L, char *script)

Callers 1

ts_lua_destroy_vmFunction · 0.85

Calls 2

TSMutexDestroyFunction · 0.85
TSfreeFunction · 0.85

Tested by

no test coverage detected