Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
604
bool
605
EventProcessor::has_tg_started(int etype)
606
{
607
return thread_group[etype]._started == thread_group[etype]._count;
608
}
609
610
void
611
thread_started(EThread *t)
Callers
1
init_HttpProxyServer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected