Re: [PATCH 6/6] Thread Queue: Merge discipline subroutines into main methods

2014-09-19 Thread Joel Sherrill
On September 19, 2014 7:28:36 AM CDT, Sebastian Huber wrote: >On 08/07/14 22:52, Joel Sherrill wrote: >> There was a lot of duplication between the discipline subroutines. >> With the transition to RBTrees for priority discipline, there were >> only a few lines of source code manipulating the d

Re: [PATCH 6/6] Thread Queue: Merge discipline subroutines into main methods

2014-09-19 Thread Sebastian Huber
On 08/07/14 22:52, Joel Sherrill wrote: There was a lot of duplication between the discipline subroutines. With the transition to RBTrees for priority discipline, there were only a few lines of source code manipulating the data structure for FIFO and priority. Thus is made sense to fold these bac

[PATCH 6/6] Thread Queue: Merge discipline subroutines into main methods

2014-07-08 Thread Joel Sherrill
There was a lot of duplication between the discipline subroutines. With the transition to RBTrees for priority discipline, there were only a few lines of source code manipulating the data structure for FIFO and priority. Thus is made sense to fold these back into the main methods. As part of doing