| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This structure class is used as a base structure when instances of a structure class are to be locked with the with-locked-structure macro.
(defstruct (my-lockable-thing (:include synchronizing-structure) ...) ...) ... (setq thing (make-my-lockable-thing ...)) ... (with-locked-structure (thing) ...)
See smp.htm and multiprocessing.htm for more information on this macro and on multiprocessing.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |