The members of Java.Util.Concurrent.CyclicBarrier are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped. | ||
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Await()Waits until all CyclicBarrier.Parties have invoked await on this barrier. | ||
Await(long, TimeUnit)Waits until all CyclicBarrier.Parties have invoked await on this barrier, or the specified waiting time elapses. | ||
AwaitAsync()Documentation for this section has not yet been entered. | ||
AwaitAsync(long, TimeUnit)Documentation for this section has not yet been entered. | ||
Reset()Resets the barrier to its initial state. |