ClassPackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

synchronizing-structure

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.

Example usage

	 (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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version