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

NextPrevUpTopContentsIndex

ensure-loads-after-loads

Function
Summary

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

Package

system

Signature

ensure-loads-after-loads => nil

Description

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


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex