WiP: Add an option to have 64-byte (cache line) aligned mutexes.
An optional, compile-time feature: Mutexes are slower if they're 'nearby' - add padding to mutex struct so that no two mutexes fall into the same cache line.
Edited by Witold Krecicki