Package | Description |
---|---|
io.netty.util.internal.chmv8 |
Modifier and Type | Field and Description |
---|---|
(package private) ForkJoinWorkerThread |
ForkJoinPool.WorkQueue.owner |
Modifier and Type | Method and Description |
---|---|
ForkJoinWorkerThread |
ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|
ForkJoinWorkerThread |
ForkJoinPool.DefaultForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ForkJoinPool.deregisterWorker(ForkJoinWorkerThread wt,
java.lang.Throwable ex)
Final callback from terminating worker, as well as upon failure
to construct or start a worker.
|
(package private) ForkJoinPool.WorkQueue |
ForkJoinPool.registerWorker(ForkJoinWorkerThread wt)
Callback from ForkJoinWorkerThread to establish and record its
WorkQueue.
|
Constructor and Description |
---|
WorkQueue(ForkJoinPool pool,
ForkJoinWorkerThread owner,
int mode,
int seed) |