ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
38 stars 36 forks source link

Generalize debug utilities from TBB spin_rw_mutex #23

Open lucasclucasdo opened 6 years ago

lucasclucasdo commented 6 years ago

Due to the complex nature of the test compared to other algorithms the spin_rw_mutex test includes some extra debugging support not present in other tests which was used to validate the unique reader/writer ratio support. This might come in handy in other locks algorithms or in future development and should be generalized and provided from the generic lockhammer code so it can be reused.