ARM-software / synchronization-benchmarks

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

Enable osq_lock to spin using smp_cond_load_relaxed #69

Open matt2909 opened 2 years ago

matt2909 commented 2 years ago

Add support for a define USE_SMP_COND_LOAD_RELAXED that adapts osq_lock to spin using smp_cond_load_relaxed (as per recent kernels).