Atomic Ops#
Performs an atomic add at the memory location specified by |
|
Performs an atomic logical and at the memory location specified by |
|
Performs an atomic compare-and-swap at the memory location specified by |
|
Performs an atomic max at the memory location specified by |
|
Performs an atomic min at the memory location specified by |
|
Performs an atomic logical or at the memory location specified by |
|
Performs an atomic exchange at the memory location specified by |
|
Performs an atomic logical xor at the memory location specified by |