of traditional locks (such as spin locks or sleep locks), but with a self‐tuned optimized trade‐
off between responsiveness and CPU‐time usage during threads' wait phases. Mutable
locks tackle the need for efficient synchronization supports in the era of multicore machines,
where the run‐time performance should be optimized while reducing resource usage. This
goal should be achieved with no intervention by the programmers. Our proposal is intended …