<simple-lock>

A simple and efficient lock.  The <simple-lock> class represents the most simple and efficient mutual exclusion synchronization primitive.  It is an error to lock a <simple-lock> recursively.  An attempt to do so might result in an error being signaled, or deadlock occurring.

Exported from

Modifiers

concrete primary open

Superclasses

Functions returning <simple-lock>

A simple and efficient lock.
The Runtime-Threads module.
The threads module.
The class of locks which prohibit unlocking by threads that do not own the lock.
Returns the lock associated with a notification object.