All Manuals > LispWorks User Guide and Reference Manual > 35 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 the 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-wait
make-barrier


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex