zig/std/atomic
Andrew Kelley 9751a0ae04 std.atomic: use spinlocks
the lock-free data structures all had ABA problems and
std.atomic.Stack had a possibility to load an unmapped memory address.
2018-07-11 19:38:01 -04:00
..
index.zig std.atomic: use spinlocks 2018-07-11 19:38:01 -04:00
int.zig self-hosted: first passing test 2018-07-10 20:18:43 -04:00
queue.zig std.atomic: use spinlocks 2018-07-11 19:38:01 -04:00
stack.zig std.atomic: use spinlocks 2018-07-11 19:38:01 -04:00