All Manuals > LispWorks User Guide and Reference Manual > 44 The MP Package

NextPrevUpTopContentsIndex

lock

System Class
Summary

A class of objects for preventing synchronous access.

Package

mp

Superclasses

t

Description

Instances of the system class lock are used to prevent synchronous access to the some object(s) by more than one process at a time. They are made by make-lock.

See also

make-lock
with-lock
process-lock
process-unlock
Locks


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex