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
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