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

Function TSThreadSelf

src/api/InkIOCoreAPI.cc:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215TSThread
216TSThreadSelf(void)
217{
218 TSThread ithread = (TSThread)this_ethread();
219 return ithread;
220}
221
222TSEventThread
223TSEventThreadSelf(void)

Calls 1

this_ethreadFunction · 0.85

Tested by 2

thread_create_handlerFunction · 0.68