Searched defs:WorkQueue (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java191 * class WorkQueue). These are special forms of Deques that
389 * WorkQueue and is assigned an index in the workQueues array
408 * WorkQueue field scanState is used by both workers and the pool
581 * field WorkQueue.scanState, which eliminates most false
631 * after executing any top-level task (see WorkQueue.runTask).
659 * fields of WorkQueue maintain data structures managed by
727 * in WorkQueue.tryRemoveAndExec. We don't need the proxy to
748 // Constants shared across ForkJoinPool and WorkQueue
756 // Masks and units for WorkQueue.scanState and ctl sp subfield
760 // Mode bits for ForkJoinPool.config and WorkQueue
785 static final class WorkQueue { class in class:ForkJoinPool
826 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { method in class:ForkJoinPool.WorkQueue
[all...]

Completed in 35 milliseconds