On Fri, Sep 24, 2021 at 12:22 PM Sebastian Huber
wrote:
>
> Replace the boolen return value with the new enum
> Thread_queue_Deadlock_status. This improves the code readability.
> Improve documentation. Shorten function names.
> ---
> cpukit/include/rtems/score/threadqimpl.h | 50 ++
On 24/09/2021 20:21, Sebastian Huber wrote:
Replace the boolen return value with the new enum
Thread_queue_Deadlock_status. This improves the code readability.
Improve documentation. Shorten function names.
Ping.
--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germa
Replace the boolen return value with the new enum
Thread_queue_Deadlock_status. This improves the code readability.
Improve documentation. Shorten function names.
---
cpukit/include/rtems/score/threadqimpl.h | 50 ++-
cpukit/score/src/threadchangepriority.c | 4 +-
cpukit/score