Re: [PATCH 20/45] score: More thread queue operations

2015-05-18 Thread Sebastian Huber
On 17/05/15 13:23, Gedare Bloom wrote: On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: Move thread queue discipline specific operations into Thread_queue_Operations. Use a separate node in the thread control block for the thread queue to make it independent of the scheduler data stru

Re: [PATCH 20/45] score: More thread queue operations

2015-05-17 Thread Gedare Bloom
On Fri, May 15, 2015 at 7:41 AM, Sebastian Huber wrote: > Move thread queue discipline specific operations into > Thread_queue_Operations. Use a separate node in the thread control > block for the thread queue to make it independent of the scheduler data > structures. > > Update #2273. > --- [...

[PATCH 20/45] score: More thread queue operations

2015-05-15 Thread Sebastian Huber
Move thread queue discipline specific operations into Thread_queue_Operations. Use a separate node in the thread control block for the thread queue to make it independent of the scheduler data structures. Update #2273. --- cpukit/posix/src/killinfo.c | 2 +- cpukit/score/incl