Crate atomex

Source

Modules§

fetch
Fetch and apply operations to the current value, returning the previous value.
x_deps

Structs§

AtomexPtr
A wrapper around the AtomicPtr.
AtomicCount
AtomicFlags
LocksOrderings
StrictOrderings
Provide the most strict orderings with cost of higher overhead.

Enums§

CmpxchResult

Traits§

Bitwise
The trait for types implementing atomic bitwise operations
NumOps
The trait for types implementing atomic numeric operations
TrAtomicCell
TrAtomicData
TrAtomicFlags
TrCmpxchOrderings
An helper trait to define spinlock ordering used in atomic operation

Type Aliases§

AtomexPtrMut
AtomexPtrOwned
AtomicCountMut
AtomicCountOwned
PhantomAtomicPtr