Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
TS_INLINE void
258
EThread::set_tail_handler(LoopTailHandler *handler)
259
{
260
ink_atomic_swap(&tail_cb, handler);
261
}
Callers
4
testRunStarting
Method · 0.80
initialize_thread_for_udp_net
Function · 0.80
initialize_thread_for_net
Function · 0.80
main
Function · 0.80
Calls
1
ink_atomic_swap
Function · 0.85
Tested by
1
main
Function · 0.64