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

Function job_delete

example/plugins/c-api/thread_pool/thread.cc:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void
132job_delete(Job *job)
133{
134 job->magic = MAGIC_DEAD;
135 TSfree(job);
136}
137
138void
139thread_signal_job()

Callers 1

thread_loopFunction · 0.85

Calls 1

TSfreeFunction · 0.85

Tested by

no test coverage detected