+1
−0
+2
−0
+1
−0
+42
−0
Loading
The Exclusive Instructions provide a general-purpose mechanism for
atomic updates of memory-based synchronization variables that can be
used for exclusion algorithms.
Use cmpxchg-based implementation that is sufficient for the typical use
of exclusive access in atomic operations.
Signed-off-by:
Max Filippov <jcmvbkbc@gmail.com>