Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
void
132
job_delete(Job *job)
133
{
134
job->magic = MAGIC_DEAD;
135
TSfree(job);
136
}
137
138
void
139
thread_signal_job()
Callers
1
thread_loop
Function · 0.85
Calls
1
TSfree
Function · 0.85
Tested by
no test coverage detected