The predicate for whether a lock allows recursive locking.
mp
lock-recursive-p lock => result
lock⇩ |
A lock. |
result |
A boolean. |
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.
lock-recursive-p
does not check whether lock is currently locked recursively. The function lock-recursively-locked-p does that.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51