MCPcopy 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
66PollDescriptor *
67get_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_conMethod · 0.85
startIOMethod · 0.85
waitForActivityMethod · 0.85
accept_per_threadMethod · 0.85

Calls 1

get_PollContFunction · 0.85

Tested by

no test coverage detected