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

NextPrevUpTopContentsIndex

barrier-pass-through

Function
Summary

Increments the arriver count of a barrier.

Package

mp

Signature

barrier-pass-through barrier => result

Arguments

barrier

A barrier.

Values

result

One of the keywords :unblocked and :passed-through.

Description

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.

See also

barrier
barrier-wait
make-barrier
Synchronization barriers


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex