Re: [PATCH 5/5] score: Update priority only if necessary

2021-09-01 Thread Gedare Bloom
ok, just the one note about doxygen. thanks! On Tue, Aug 31, 2021 at 5:24 AM Sebastian Huber wrote: > > In _Thread_queue_Flush_critical(), update the priority of the thread > queue owner only if necessary. The scheduler update priority operation > could be expensive. > --- > cpukit/include/rtem

[PATCH 5/5] score: Update priority only if necessary

2021-08-31 Thread Sebastian Huber
In _Thread_queue_Flush_critical(), update the priority of the thread queue owner only if necessary. The scheduler update priority operation could be expensive. --- cpukit/include/rtems/score/threadqimpl.h | 4 ++-- cpukit/score/src/threadchangepriority.c | 2 +- cpukit/score/src/threadqflush.c