All Atomic Operations
This lesson lists all the useful atomic operations which are quite handy while working with concurrency in C++.
We'll cover the following...
To get the full picture, here is a list of all atomic operations depending on the atomic type.
Method | atomic_flag |
atomic<bool> |
atomic<T\*> |
atomic<integral> |
atomic<user defined> |
---|---|---|---|---|---|
test_and_set |