Increments the arriver count of a barrier.
mp
barrier-pass-through barrier => result
barrier⇩ |
A barrier. |
result |
One of the keywords :unblocked and :passed-through . |
The function barrier-pass-through
increments the arriver count of the barrier barrier. If the arriver count thereby reaches the count, barrier-pass-through
unblocks barrier and returns :unblocked
, otherwise it returns :passed-through
.
barrier-pass-through
is equivalent to calling barrier-wait with pass-through t
. See barrier-wait for details.
barrier
barrier-wait
make-barrier
19.7.2 Synchronization barriers
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51