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

Method callcont

src/iocore/cache/P_CacheInternal.h:257–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257inline int
258CacheVC::callcont(int event)
259{
260 recursive++;
261 ink_assert(!stripe || this_ethread() != stripe->mutex->thread_holding);
262 _action.continuation->handleEvent(event, this);
263 recursive--;
264 if (closed) {
265 die();
266 } else if (vio.vc_server) {
267 handleEvent(EVENT_IMMEDIATE, nullptr);
268 }
269 return EVENT_DONE;
270}
271
272inline int
273CacheVC::do_read_call(CacheKey *akey)

Callers 1

open_writeMethod · 0.80

Calls 2

this_ethreadFunction · 0.85
handleEventMethod · 0.45

Tested by

no test coverage detected