Files
btop/src
ItsMeSamey 88b0ed67e6 Fixed atomic primitives [well hopefully]
The original code used relaxed ordering which does not fence reordering.
Relaxed atomics infact are identical to volatile variables [on x86
atleast]
compare&swap was wrong too and not resetting the variable to false
correctly.
Stores were using strict ordering which is not actually required.
2026-05-08 03:22:34 +10:00
..
2026-01-21 10:58:22 -08:00
2026-05-01 13:26:51 +02:00
2025-05-01 20:36:27 +02:00
2026-05-08 01:52:33 +10:00
2025-11-10 10:04:49 +07:00
2026-05-01 18:05:43 +02:00
2025-11-02 17:16:56 +01:00
2024-01-24 15:02:11 +01:00
2025-11-18 10:23:03 +01:00