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

Method invoke

src/iocore/eventsystem/UnixEventProcessor.cc:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163public:
164 ThreadInitByFunc() { SET_HANDLER(&ThreadInitByFunc::invoke); }
165 int
166 invoke(int, Event *ev)
167 {
168 void (*f)(EThread *) = reinterpret_cast<void (*)(EThread *)>(ev->cookie);
169 f(ev->ethread);
170 return 0;
171 }
172} Thread_Init_Func;
173} // namespace
174

Callers 7

_verify_certificateMethod · 0.45
getSessionMethod · 0.45
callHooksMethod · 0.45
invoke_tls_eventMethod · 0.45
ssl_new_cached_sessionFunction · 0.45
ssl_rm_cached_sessionFunction · 0.45

Calls 1

fFunction · 0.85

Tested by

no test coverage detected