Re: Doubt in testsuite design on smp schedulers

2020-08-07 Thread Sebastian Huber
On 07/08/2020 12:22, Richi Dubey wrote: Also, heir means something that would be executing later, after the current thread leaves cpu, right? Why is it then that we are checking  against is_idl

Re: Doubt in testsuite design on smp schedulers

2020-08-07 Thread Richi Dubey
Hi, > > > Also, heir means something that would be executing later, after the > current thread leaves cpu, right? > Why is it then that we are checking > > against > is_idle not against cpu->executing but for cpu->hei

Re: Doubt in testsuite design on smp schedulers

2020-08-04 Thread Sebastian Huber
Hello Richi, please have a look at: https://lists.rtems.org/pipermail/devel/2020-August/061112.html ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Doubt in testsuite design on smp schedulers

2020-08-04 Thread Richi Dubey
Also, heir means something that would be executing later, after the current thread leaves cpu, right? Why is it then that we are checking against is_idle not against cpu->executing but for cpu->heir? Please let me kn

Doubt in testsuite design on smp schedulers

2020-08-04 Thread Richi Dubey
Hi, I wanted to learn about how the reset function in the smpschededf02/init.c works/what it aims for. First , we set the priority of th