mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
1f78e34de0
As established in048e38624eandd70bd0b37e, mutexes should use a strong cmpxchg when attempting to lock to guarantee that they actually succeed if they aren't locked yet. Also deletes an unused near-duplicate of `mutexLock()`.