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

NextPrevUpTopContentsIndex

condition-variable-wait-count

Function
Summary

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

Package

mp

Signature

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

Arguments

condvar

A condition variable

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 the condition variable. Note that for a condition variable that is actually in use, this number can change at any time.

See also

condition-variable-wait


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex