Package: bordeaux-threads
Function make-lock
Lambda List
make-lock (&optional name)
Details
Creates a lock (a mutex) whose name is name.
If the system does not support multiple threads this will still return some object, but it may not be used for very much.