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

NextPrevUpTopContentsIndex

ensure-stores-after-memory

Function
Summary

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

Package

system

Signature

ensure-stores-after-memory => nil

Description

ensure-stores-after-memory 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-stores


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex