public static class ForkJoinThreadPool.ForkJoinThreadFactory extends Object implements ForkJoinPool.ForkJoinWorkerThreadFactory
Modifier and Type | Field and Description |
---|---|
protected static AtomicInteger |
THREAD_NUMBER
Variable to keep track of threads launched by the HJ runtime.
|
Constructor and Description |
---|
ForkJoinThreadFactory()
No-args constructor.
|
Modifier and Type | Method and Description |
---|---|
ForkJoinWorkerThread |
newThread(ForkJoinPool pool) |
protected static final AtomicInteger THREAD_NUMBER
public final ForkJoinWorkerThread newThread(ForkJoinPool pool)
newThread
in interface ForkJoinPool.ForkJoinWorkerThreadFactory
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.