process-unlock

$Revision: 5.0.2.4 $

Function

Package: MULTIPROCESSING

Arguments: (lock &optional lock-value)

This function unlocks lock. If lock is not locked, or the supplied lock-value does not agree with the value stored in lock, an error is signaled. The default value for lock-value is the value of sys:*current-process*.

See multiprocessing.htm for general information on multiprocessing and process locks in Allegro CL.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.