Re: Rework thread priority management

2016-09-06 Thread Sebastian Huber
The new thread priority data structures are: /** * @brief The priority node to build up a priority aggregation. */ typedef struct { /** * @brief Node component for a chain or red-black tree. */ union { Chain_Node Chain; RBTree_Node RBTree; } Node; /** * @brief The prio

Re: Rework thread priority management

2016-09-06 Thread Gedare Bloom
I will try to read this code, but probably not until Friday. One question from the high-level description, can you clarify what "aggregation" means? Maybe this comes clear in one of the patches. Gedare On Tue, Sep 6, 2016 at 8:40 AM, Sebastian Huber wrote: > This patch set reworks the thread pr