The members of Java.Util.Concurrent.ForkJoinWorkerThread are listed below.
See Also: Inherited members from Java.Lang.Thread
Creates a ForkJoinWorkerThread operating in the given pool. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Pool | ForkJoinPool. Returns the pool hosting this thread. |
[read-only] | PoolIndex | int. Returns the unique index number of this thread in its pool. |
[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. |
OnStart()Initializes internal state after construction but before processing any tasks. | ||
OnTermination(Java.Lang.Throwable)Performs cleanup associated with termination of this worker thread. |