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

Method startCop

src/iocore/net/NetHandler.cc:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void
99NetHandler::startCop(NetEvent *ne)
100{
101 ink_assert(this->mutex->thread_holding == this_ethread());
102 ink_release_assert(ne->nh == this);
103 ink_assert(!open_list.in(ne));
104
105 open_list.enqueue(ne);
106}
107
108void
109NetHandler::stopCop(NetEvent *ne)

Callers 4

acceptEventMethod · 0.80
acceptEventMethod · 0.80
populateMethod · 0.80
connectUpMethod · 0.80

Calls 3

this_ethreadFunction · 0.85
inMethod · 0.45
enqueueMethod · 0.45

Tested by

no test coverage detected