![]() | ![]() | ![]() | condition-variable-wait | ![]() |
| condition-variable | [Function] |
Purpose
Block the current thread on
Package :portable-threads
Module :portable-threads
Arguments and values
condition-variable | A condition variable |
Errors
The lock (or recursive lock) associated
with
Threads (multiprocessing) is not supported on the Common Lisp implementation.
See also
condition-variable-broadcast
condition-variable-signal
condition-variable-wait-with-timeout
make-condition-variable
with-lock-held
without-lock-held
Example
Acquire the condition-variable lock and then wait until
signaled by another thread:
(with-lock-held (condition-variable) (condition-variable-wait condition-variable))
The GBBopen Project
![]() | ![]() | ![]() | condition-variable-wait | ![]() |