MCPcopy 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
146void
147thread_init()
148{
149 pthread_cond_init(&cond, nullptr);
150}
151
152void *
153thread_loop(void *arg ATS_UNUSED)

Callers 1

TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected