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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java150 * class WorkQueue). These are special forms of Deques that
305 * field WorkQueue.nextWait. Queuing deals with several intrinsic
471 * fields of WorkQueue maintain data structures managed by
547 * in WorkQueue.tryRemoveAndExec. We don't need the proxy to
600 * do not want multiple WorkQueue instances or multiple queue
606 static final class WorkQueue { class in class:ForkJoinPool
649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, method in class:ForkJoinPool.WorkQueue
1031 Class<?> k = WorkQueue.class;
1218 // access mode for WorkQueue
1233 WorkQueue[] workQueue
[all...]

Completed in 52 milliseconds