std.atomic



enum msync;
Memory synchronization flag. If the supplied option is not available on the current platform then a stronger method will be used instead.

hlb
hoist-load barrier

ddhlb
hoist-load barrier with data-dependency "hint"

hsb
hoist-store barrier

slb
sink-load barrier

ssb
sink-store barrier

acq
hoist-load + hoist-store barrier

rel
sink-load + sink-store barrier

none
naked

struct Atomic;



Page generated by Ddoc.