TSContScheduleOnThread - TSContScheduleOnThread API function
Contents
Copyright
2025, dev@trafficserver.apache.org
9.2 May 22, 2025 TSCONTSCHEDULEONTHREAD(3ts)
Description
Mostly the same as TSContSchedule(). Schedules contp on ethread.
Note that the TSContSchedule() family of API shall only be called from an ATS EThread. Calling it from
raw non-EThreads can result in unpredictable behavior.
Name
TSContScheduleOnThread - TSContScheduleOnThread API function
See Also
TSContScheduleTSContScheduleEveryTSContScheduleOnPool
Synopsis
#include <ts/ts.h>
TSActionTSContScheduleOnThread(TSContcontp,TSHRTimetimeout,TSEventThreadethread)