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

Method reenable

src/api/InkVConnInternal.cc:172–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void
173INKVConnInternal::reenable(VIO * /* vio ATS_UNUSED */)
174{
175 if (ink_atomic_increment((int *)&m_event_count, 1) < 0) {
176 ink_assert(!"not reached");
177 }
178 eventProcessor.schedule_imm(this, ET_NET);
179}
180
181void
182INKVConnInternal::retry(unsigned int delay)

Callers 3

event_handlerMethod · 0.45
TSVConnReenableExFunction · 0.45
TSVIOReenableFunction · 0.45

Calls 2

ink_atomic_incrementFunction · 0.85
schedule_immMethod · 0.45

Tested by

no test coverage detected