![]() | ![]() | ![]() | condition-variable-signal | ![]() |
| condition-variable | [Function] |
Purpose
Unblock one thread that is 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-broadcast
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-signal condition-variable))
Note
On Common Lisp implementations without threads, this function does
nothing.
The GBBopen Project
![]() | ![]() | ![]() | condition-variable-signal | ![]() |