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

NextPrevUpTopContentsIndex

barrier-arriver-count

Function
Summary

Returns the arriver count of a barrier.

Package

mp

Signature

barrier-arriver-count barrier => result

Arguments

barrier

A barrier.

Values

result

A positive fixnum, or nil .

Description

The function barrier-arriver-count returns the arriver count of the barrier barrier , or nil for a disabled barrier.

Notes

For a barrier that is actually in use, the arriver count can change at any time.

See also

barrier-wait
make-barrier


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex