Re: [PATCH] Return status code for _Scheduler_Set_affinity()

2021-04-27 Thread Gedare Bloom
ok On Mon, Apr 26, 2021 at 5:55 AM Sebastian Huber wrote: > > This avoids having conditional statements to get the API-specific status > code. > --- > cpukit/include/rtems/score/scheduler.h| 12 ++--- > cpukit/include/rtems/score/scheduleredfsmp.h | 9 --- >

[PATCH] Return status code for _Scheduler_Set_affinity()

2021-04-26 Thread Sebastian Huber
This avoids having conditional statements to get the API-specific status code. --- cpukit/include/rtems/score/scheduler.h| 12 ++--- cpukit/include/rtems/score/scheduleredfsmp.h | 9 --- cpukit/include/rtems/score/schedulerimpl.h| 27 ---