All Manuals > LispWorks User Guide and Reference Manual > 35 The MP Package

NextPrevUpTopContentsIndex

lock-recursively-locked-p

Function
Summary

The predicate for whether a lock is recursively locked.

Package

mp

Signature

lock-recursively-locked-p lock => result

Arguments

lock

A lock.

Values

result

A boolean.

Description

The function lock-recursively-locked-p is the predicate for whether a lock is recursively locked. Since that can change at any time, the result is reliable only if you know that the state is not going to change. For the definition of recursive locking, see the make-lock argument recursivep .

If the lock is a "sharing" lock, lock-recursively-locked-p checks for an exclusive lock.

See also

make-lock


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex