Re: [PATCH] score: Add Thread_queue_Deadlock_status

2021-09-30 Thread Gedare Bloom
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 ++

Re: [PATCH] score: Add Thread_queue_Deadlock_status

2021-09-29 Thread Sebastian Huber
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

[PATCH] score: Add Thread_queue_Deadlock_status

2021-09-24 Thread Sebastian Huber
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