Re: Doubt in rtems_task_wake_after

2020-11-20 Thread Richi Dubey
Yes, it does. I should have thought about that. Thank you. On Thu, Nov 19, 2020 at 11:42 PM Gedare Bloom wrote: > On Wed, Nov 18, 2020 at 11:13 PM Richi Dubey wrote: > > > > Hi, > > > > In the program tm24, the Init task creates only 1 HIGH task that > executes (after Init task finishes) the Hi

Re: Doubt in rtems_task_wake_after

2020-11-19 Thread Gedare Bloom
On Wed, Nov 18, 2020 at 11:13 PM Richi Dubey wrote: > > Hi, > > In the program tm24, the Init task creates only 1 HIGH task that executes > (after Init task finishes) the High_task function and then the Init task > creates 100 REST or LOOP task which execute (After High_task finishes) the > Tas