![]() | ![]() | ![]() | condition-variable-broadcast | ![]() |
| condition-variable | [Function] |
Purpose
Unblock all threads that are blocked on
Package :portable-threads
Module :portable-threads
Arguments and values
condition-variable | A condition variable |
Errors
The lock (or recursive lock) associated
with
Description
If no threads are blocked on
See also
condition-variable-signal
condition-variable-wait
condition-variable-wait-with-timeout
make-condition-variable
with-lock-held
without-lock-held
Example
Acquire the lock associated with
condition-variable
(with-lock-held (condition-variable) (condition-variable-broadcast condition-variable))
Note
On Common Lisp implementations without threads, this function does
nothing.
The GBBopen Project
![]() | ![]() | ![]() | condition-variable-broadcast | ![]() |