ChibiOS/RT
2.5.1
Mutexes lock/unlock performance

Description

A mutex is locked/unlocked into a continuous loop, no Context Switch happens because there are no other threads asking for the mutex.
The performance is calculated by measuring the number of iterations after a second of continuous operations.