Expand description
Helper functions for atomic operations used in buffers
Functionsยง
- fetch_
add_ i64 - Atomically increment i64 and return new value
- load_
bool - Atomically load a boolean value
- load_
i64 - Atomically load an i64 value
- load_
usize - Atomically load a usize value
- store_
bool - Atomically store a boolean value
- store_
i64 - Atomically store an i64 value
- store_
usize - Atomically store a usize value