LispWorks User Guide and Reference Manual > 40 The SYSTEM Package

NextPrevUpTopContentsIndex

ensure-memory-after-store

Function
Summary

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

Package

system

Signature

ensure-memory-after-store => nil

Description

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


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex