Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions proxy/InkAPI.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4208,6 +4208,8 @@ TSContSchedule(TSCont contp, ink_hrtime timeout, TSThreadPool tp)
{
sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS);

FORCE_PLUGIN_SCOPED_MUTEX(contp);

INKContInternal *i = (INKContInternal *)contp;
TSAction action;

Expand Down Expand Up @@ -4260,6 +4262,8 @@ TSContScheduleEvery(TSCont contp, ink_hrtime every, TSThreadPool tp)
{
sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS);

FORCE_PLUGIN_SCOPED_MUTEX(contp);

INKContInternal *i = (INKContInternal *)contp;
TSAction action;

Expand Down