Files
ladybird/AK
Tom fb84f0ec9c AK: Add default memory order as template argument for Atomic<T>
This is useful for collecting statistics, e.g.
Atomic<unsigned, MemoryOrder::memory_order_relaxed> would allow
using operators such as ++ to use relaxed semantics throughout
without having to explicitly call fetch_add with the memory order.
2021-01-04 19:13:52 +01:00
..
2020-12-20 21:13:10 +01:00
2020-09-25 21:18:17 +02:00
2020-11-22 16:07:00 +01:00
2020-10-03 12:36:49 +02:00
2020-09-25 21:18:17 +02:00
2020-10-29 11:52:31 +01:00
2020-11-09 16:21:29 +01:00
2020-11-09 16:21:29 +01:00
2020-10-08 09:59:55 +02:00
2020-11-22 10:54:33 +01:00
2020-10-08 09:59:55 +02:00
2020-09-25 21:18:17 +02:00
2020-10-14 11:29:29 +02:00
2021-01-01 22:59:48 +01:00
2021-01-01 22:59:48 +01:00