Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ thread_init
Function
thread_init
example/plugins/c-api/thread_pool/thread.cc:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void
147
thread_init()
148
{
149
pthread_cond_init(&cond, nullptr);
150
}
151
152
void *
153
thread_loop(void *arg ATS_UNUSED)
Callers
1
TSPluginInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected