This avoids problems caused by binding to a CPU monopolized by a
high-priority thread.
Instead, implement a simple state machine that allows callback threads
to signal when they're done executing deferred callbacks for a given
epoch domain.
Differential D24621
Avoid switching CPUs in epoch_drain_callbacks(). markj on Apr 29 2020, 5:21 PM. Authored by Tags None Referenced Files
Subscribers
Details
This avoids problems caused by binding to a CPU monopolized by a Instead, implement a simple state machine that allows callback threads
Diff Detail
Event TimelineComment Actions I understand that there is a plan to remove this interface entirely, but this provides a workaround in the meantime and could be merged to 12. |