Public
Types
| Name | Description |
|---|---|
| Atomic |
Functions
| Name | Description |
|---|---|
| types::sub | |
| types::mul | |
| types::and | |
| types::store | Stores data atomically, by default this uses SEQ_CONSISTENT ordering. |
| types::shl | |
| types::shr | |
| types::xor | |
| types::load | Loads data atomically, by default this uses SEQ_CONSISTENT ordering. |
| types::div | |
| types::max | |
| types::or | |
| types::set | |
| types::clear | |
| types::add | |
| types::min |