Holds a lock in shared mode while executing a body of code.
A sharing lock.
The status of the process while sharing-lock is locked, as seen in the Process Browser.
A non-negative real
or nil
.
The forms to execute
The macro with-sharing-lock
is like with-lock, but sharing-lock must be a "sharing" lock and will be locked in shared mode. That means that other threads can also lock it in shared mode.
Before locking, with-sharing-lock
waits for sharing-lock to be free of any exclusive lock, but it does not check for other shared mode use of the same lock.
It is possible to lock for sharing inside the scope of sharing lock and inside the scope of an exclusive lock.
LispWorks User Guide and Reference Manual - 20 Sep 2017