The predicate for whether a lock is recursively locked.
mp
lock-recursively-locked-p lock => result
lock⇩ |
A lock. |
result |
A boolean. |
The function lock-recursively-locked-p
is the predicate for whether 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 lock is a "sharing" lock, lock-recursively-locked-p
checks whether is is locked exclusively.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51