Package: bordeaux-threads
Function release-lock
Lambda List
release-lock (lock)
Details
Release lock.
It is an error to call this unless
the lock has previously been acquired (and not released) by the same
thread. If other threads are waiting for the lock, the acquire-lock call in one of them will now be able to continue.
This function has no interesting return value.
This function has no interesting return value.