When does heir become executing on calling _Thread_Dispatch_request from another cpu?
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Aug 21 11:09:59 UTC 2020
On 21/08/2020 13:06, Richi Dubey wrote:
> I understand what you're saying. Accessing the chain of scheduled node
> to figure out which node is scheduled on which processor is a more
> formal and safer way to do it than directly accessing a cpu's variable.
The difference is a bit more than just safer. Using the per-processor
variables in the scheduler code is simply wrong.
More information about the devel
mailing list