Re: [PATCH v3 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-03-11 Thread Stefan Roese
On 04.03.25 16:24, Jerome Forissier wrote: Make the schedule() call from the CYCLIC framework a uthread scheduling point too. This makes sense since schedule() is called from a lot of places where uthread_schedule() needs to be called. Signed-off-by: Jerome Forissier Reviewed-by: Ilias Apalodim

[PATCH v3 07/14] cyclic: invoke uthread_schedule() from schedule()

2025-03-04 Thread Jerome Forissier
Make the schedule() call from the CYCLIC framework a uthread scheduling point too. This makes sense since schedule() is called from a lot of places where uthread_schedule() needs to be called. Signed-off-by: Jerome Forissier Reviewed-by: Ilias Apalodimas --- common/cyclic.c | 3 +++ i