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.
> >
> >>
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
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
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
> ---
>