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

Function send_connection_event

src/proxy/http2/Http2ServerSession.cc:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32ClassAllocator<Http2ServerSession, false> http2ServerSessionAllocator("http2ServerSessionAllocator");
33
34static int
35send_connection_event(Continuation *cont, int event, void *edata)
36{
37 SCOPED_MUTEX_LOCK(lock, cont->mutex, this_ethread());
38 return cont->handleEvent(event, edata);
39}
40
41Http2ServerSession::Http2ServerSession() = default;
42

Callers 2

do_io_closeMethod · 0.70
main_event_handlerMethod · 0.70

Calls 2

this_ethreadFunction · 0.85
handleEventMethod · 0.45

Tested by

no test coverage detected