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

Method set_tail_handler

src/iocore/eventsystem/P_UnixEThread.h:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257TS_INLINE void
258EThread::set_tail_handler(LoopTailHandler *handler)
259{
260 ink_atomic_swap(&tail_cb, handler);
261}

Callers 4

testRunStartingMethod · 0.80
mainFunction · 0.80

Calls 1

ink_atomic_swapFunction · 0.85

Tested by 1

mainFunction · 0.64