Arguments: condvar
Awaken all the processes waiting for a signal.
Returns t if at least one process was
awakened by the signal. Returns nil if no
processes were waiting.
Any condition-variable-wait calls that are initiated after the call to condition-variable-broadcast begins will not be affected by the broadcast.
See Condition Variables in smp.htm.
See multiprocessing.htm for general information on multiprocessing in Allegro CL.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019年8月20日.