Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_PollDescriptor
Function
get_PollDescriptor
src/iocore/net/UnixNet.cc:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
PollDescriptor *
67
get_PollDescriptor(EThread *t)
68
{
69
PollCont *p = get_PollCont(t);
70
return p->pollDescriptor;
71
}
72
73
// INKqa10496
74
// One Inactivity cop runs on each thread once every second and
Callers
5
open_con
Method · 0.85
sslServerHandShakeEvent
Method · 0.85
startIO
Method · 0.85
waitForActivity
Method · 0.85
accept_per_thread
Method · 0.85
Calls
1
get_PollCont
Function · 0.85
Tested by
no test coverage detected