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

condition-variable-wait-count Function

Summary

Returns the current number of threads that are still waiting for a condition-variable.

Package

mp

Signature

condition-variable-wait-count condvar => wait-count

Arguments
condvar
Values
wait-count
A non-negative integer.
Description

The function condition-variable-wait-count returns the current number of threads that are still waiting for condvar. Note that for a condition-variable that is actually in use, this number can change at any time.

See also

condition-variable-wait
19.7.1 Condition variables


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