Re: Need help understanding the function Scheduler_SMP_Allocate_processor_lazy

2020-06-21 Thread Richi Dubey
Hi, I'm sorry, I did not! Thanks for the suggestions. I'll go through its calling functions, and the functions it calls. On Sat, Jun 20, 2020 at 7:51 PM Gedare Bloom wrote: > On Sat, Jun 20, 2020 at 6:12 AM Richi Dubey wrote: > > > > Hi, > > > > I've been learning how SMP scheduler word in R

Re: Need help understanding the function Scheduler_SMP_Allocate_processor_lazy

2020-06-20 Thread Gedare Bloom
On Sat, Jun 20, 2020 at 6:12 AM Richi Dubey wrote: > > Hi, > > I've been learning how SMP scheduler word in RTEMS and I came across the > following function definition: > > > /** > * @brief Allocates the

Need help understanding the function Scheduler_SMP_Allocate_processor_lazy

2020-06-20 Thread Richi Dubey
Hi, I've been learning how SMP scheduler word in RTEMS and I came across the following function definition: /** * @brief Allocates the cpu for the scheduled thread. * * Attempts to prevent migrations b