| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
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.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |