[lng-odp] [PATCH 1/1] validation: synchronizer tests

2014-12-16 Thread Mario Torrecillas Rodriguez
(This code contribution is provided under the terms of agreement LES-LTM-21309) First set of synchronizer tests. This patch includes tests for locks, barriers and atomics (sunny day tests only). Most of this code comes from Barry Spinney and Yan Songming. Please note that this code depends on

Re: [lng-odp] [PATCH 1/1] validation: synchronizer tests

2014-12-16 Thread Mario Torrecillas Rodriguez
This is a first stab at synchroniser tests, which contains contributions from Yan and Barry. I reviewed the code, fixed a couple of functional issues, merged both in a common test suite and adapted most of the coding style issues. It can be applied on top of the latest commit, however it depends

Re: [lng-odp] [PATCH 1/1] validation: synchronizer tests

2014-12-16 Thread Jerin Jacob
On Tue, Dec 16, 2014 at 10:15:20AM +, Mario Torrecillas Rodriguez wrote: This is a first stab at synchroniser tests, which contains contributions from Yan and Barry. I reviewed the code, fixed a couple of functional issues, merged both in a common test suite and adapted most of the coding