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

Function get_PollCont

src/iocore/net/UnixNet.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60PollCont *
61get_PollCont(EThread *t)
62{
63 return static_cast<PollCont *>(ETHREAD_GET_PTR(t, unix_netProcessor.pollCont_offset));
64}
65
66PollDescriptor *
67get_PollDescriptor(EThread *t)

Callers 4

setupPollDescriptorMethod · 0.85
waitForActivityMethod · 0.85
get_PollDescriptorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected