Document the semantics of fences.
Add atomic_load and atomic_store, explaining why exist.
Define the synchronizes-with relationship.
Reorder and revise some of the existing text.
Differential D13522
Various improvements to the atomics man page alc on Dec 17 2017, 6:46 PM. Authored by Tags None Referenced Files
Subscribers
Details
Document the semantics of fences. Add atomic_load and atomic_store, explaining why exist. Define the synchronizes-with relationship. Reorder and revise some of the existing text.
Diff Detail
Event Timeline
Comment Actions This is definitely a large improvement over the existing text!
Comment Actions When did we introduces fences? A statement should probably be added to the HISTORY section. |