owned?

Tests whether an exclusive lock has been claimed by the current thread.

Exported from

Modifiers

open

Arguments

objectAn instance of <exclusive-lock>.

Values

owned?An instance of <boolean>.
Summary
Tests whether an exclusive lock has been claimed by the current thread.
The method on <read-write-lock> returns true if the current thread owns the lock in write mode.

Functions

owned?

The method on <read-write-lock> returns true if the current thread owns the lock in write mode.

The class of locks that can have multiple readers but only one writer.
The Runtime-Threads module.
The threads module.
The class of locks which prohibit unlocking by threads that do not own the lock.
The class of boolean values.