| Allegro CL version 8.2 New since 8.2 release. |
Arguments: barrier &key disable reset-count kill-waiting
The method when barrier is
a barrier
object is as
folows. The disable argument overrides
the value of the disable-on-unblock slot in
the barrier
instance. If
the disable argument (or slot) is
non-nil
, the barrier is disabled, otherwise
leave the barrier enabled with an arriver-count of zero.
If the reset-count argument is a positive
integer or t
, set the count in the barrier to
the new value.
If kill-waiting is
non-nil
, kill any threads currently waiting
at the barrier.
Finally, release any threads still waiting at the barrier.
See Barrier API in smp.htm.
See multiprocessing.htm for general information on multiprocessing in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 8.2 release.
Created 2016.6.21.
| Allegro CL version 8.2 New since 8.2 release. |