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

NextPrevUpTopContentsIndex

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

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

See also

condition-variable-wait
Condition variables


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex