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

barrier-count Function

Summary

Returns the current count of a barrier.

Package

mp

Signature

barrier-count barrier => result

Arguments
barrier
Values
result
A positive fixnum, or nil.
Description

The function barrier-count returns the current count of the barrier barrier, or nil if barrier is disabled.

Notes

The count value can be changed by barrier-unblock, barrier-enable, barrier-disable or barrier-change-count.

See also

barrier
barrier-wait
make-barrier
barrier-change-count
barrier-disable
barrier-enable
barrier-unblock
19.7.2 Synchronization barriers


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51