Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
TSThread
216
TSThreadSelf(void)
217
{
218
TSThread ithread = (TSThread)this_ethread();
219
return ithread;
220
}
221
222
TSEventThread
223
TSEventThreadSelf(void)
Callers
12
thread_create_handler
Function · 0.85
REGRESSION_TEST(SDK_API_TSThread)
Function · 0.85
TSContThreadAffinity_handler
Function · 0.85
TSContScheduleOnPool_handler_1
Function · 0.85
TSContScheduleOnPool_handler_2
Function · 0.85
TSContScheduleOnThread_handler_1
Function · 0.85
TSContScheduleOnThread_handler_2
Function · 0.85
TSContScheduleOnEntirePool_handler
Function · 0.85
TSContScheduleEveryOnPool_handler
Function · 0.85
TSContScheduleEveryOnThread_handler
Function · 0.85
TSContScheduleEveryOnEntirePool_handler
Function · 0.85
cancel
Method · 0.85
Calls
1
this_ethread
Function · 0.85
Tested by
2
thread_create_handler
Function · 0.68
REGRESSION_TEST(SDK_API_TSThread)
Function · 0.68