Re: [PATCH 1/4] score: Add Chain_Iterator

2016-04-15 Thread Gedare Bloom
On Fri, Apr 15, 2016 at 10:22 AM, Gedare Bloom wrote: > On Fri, Apr 15, 2016 at 5:16 AM, Sebastian Huber > wrote: >> Add a chain iterator for safe iteration of chains with concurrent node >> extraction. It may be worth it to add doxygen to explain this iterator usage, and also regarding that conc

Re: [PATCH 1/4] score: Add Chain_Iterator

2016-04-15 Thread Gedare Bloom
On Fri, Apr 15, 2016 at 5:16 AM, Sebastian Huber wrote: > Add a chain iterator for safe iteration of chains with concurrent node > extraction. > --- > cpukit/score/include/rtems/score/chainimpl.h | 186 > +++ > testsuites/sptests/spchain/init.c| 119 ++

[PATCH 1/4] score: Add Chain_Iterator

2016-04-15 Thread Sebastian Huber
Add a chain iterator for safe iteration of chains with concurrent node extraction. --- cpukit/score/include/rtems/score/chainimpl.h | 186 +++ testsuites/sptests/spchain/init.c| 119 + testsuites/sptests/spchain/spchain.doc | 6 + testsui