All Manuals > LispWorks User Guide and Reference Manual > 49 The SYSTEM Package

NextPrevUpTopContentsIndex

ensure-stores-after-stores

Function
Summary

Ensures all following stores in the program are executed after all prior stores.

Package

system

Signature

ensure-stores-after-stores => nil

Description

ensure-stores-after-stores is a synchronization function which ensures order of memory between operations in different threads.

See Ensuring order of memory between operations in different threads for a full description and example.

Notes

You should have a good understanding of multiprocessing issues at the CPU level to write code that actually needs this.

See also

ensure-loads-after-loads
ensure-memory-after-store
ensure-stores-after-memory


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex