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

NextPrevUpTopContentsIndex

lock-recursive-p

Function
Summary

The predicate for whether a lock allows recursive locking.

Package

mp

Signature

lock-recursive-p lock => result

Arguments

lock

A lock.

Values

result

A boolean.

Description

The function lock-recursive-p is the predicate for whether the lock lock allows recursive locking (that is, whether it can be repeatedly locked by the same process).

See the make-lock argument recursivep.

Notes

lock-recursive-p does not check whether lock is currently locked recursively. The function lock-recursively-locked-p does that.

See also

lock
make-lock
Locks


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex