Re: Need help understand how the scheduler table entries work

2020-08-11 Thread Richi Dubey
Thanks for the reply. Yes, I got it from your previous mail( https://git.rtems.org/rtems/tree/cpukit/include/rtems/score/scheduler.h#n286 ). On Tue, Aug 11, 2020 at 6:39 PM Gedare Bloom wrote: > On Tue, Aug 11, 2020 at 12:42 AM Richi Dubey wrote: > > > > This really helped. Thank you. > > > >>

Re: Need help understand how the scheduler table entries work

2020-08-11 Thread Gedare Bloom
On Tue, Aug 11, 2020 at 12:42 AM Richi Dubey wrote: > > This really helped. Thank you. > >> There is not really anything to change about it. You specialize the >> scheduler by the Scheduler_Context and Scheduler_Operations >> structures. You still just pass through the context base to the >> sched

Re: Need help understand how the scheduler table entries work

2020-08-10 Thread Richi Dubey
This really helped. Thank you. There is not really anything to change about it. You specialize the > scheduler by the Scheduler_Context and Scheduler_Operations > structures. You still just pass through the context base to the > scheduler table. I understand. The Ready queue per priority that was

Re: Need help understand how the scheduler table entries work

2020-08-10 Thread Gedare Bloom
On Mon, Aug 10, 2020 at 9:10 AM Richi Dubey wrote: > > Hi, > > I want your help to figure out how the table entries for a scheduler work. > > For STRONG_APA scheduler, the flow is : > link > --- >