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

Method has_tg_started

src/iocore/eventsystem/UnixEventProcessor.cc:604–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604bool
605EventProcessor::has_tg_started(int etype)
606{
607 return thread_group[etype]._started == thread_group[etype]._count;
608}
609
610void
611thread_started(EThread *t)

Callers 1

init_HttpProxyServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected