cf_atomic_get¶
Category: atomic
GitHub: cute_multithreading.h
Atomically fetches the value at atomic
.
Parameters | Description |
---|---|
atomic | The integer to fetch from. |
Remarks¶
Atomics are an advanced topic. You've been warned! Beej has a good article on atomics.
Related Pages¶
cf_atomic_zero
cf_atomic_add
cf_atomic_set
cf_atomic_ptr_cas
cf_atomic_cas
cf_atomic_ptr_set
cf_atomic_ptr_get