Returns the current number of threads that are still waiting for a condition-variable.
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.
LispWorks User Guide and Reference Manual - 20 Sep 2017