msync

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

Values

ValueMeaning
raw

not sequenced

hlb

hoist-load barrier

hsb

hoist-store barrier

slb

sink-load barrier

ssb

sink-store barrier

acq

hoist-load + hoist-store barrier

rel

sink-load + sink-store barrier

seq

fully sequenced (acq + rel)

Meta