ClassPackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version

basic-lock

This is a simple extension of synchronizing-structure, adding a name slot. Instances can be allocated and used as standalone locks in the with-locked-structure macro.

Example usage

	 (defvar xlock (make-basic-lock :name "xwidget lock"))
	 ...
	 (with-locked-structure (xlock)
	    ...)

See smp.htm and multiprocessing.htm for more information on this macro and on multiprocessing.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version