make-process-lock

$Revision: 5.0.2.3 $

Function

Package: MULTIPROCESSING

Arguments: (&key locker waiting name)

This function creates a new lock object. The value of the name keyword argument should be a string which is used for documentation and in the whostate of processes waiting for the lock. The waiting and locker keyword arguments are for internal use and should never be set by user code.

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.