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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java142 * class WorkQueue). These are special forms of Deques that
297 * field WorkQueue.nextWait. Queuing deals with several intrinsic
463 * fields of WorkQueue maintain data structures managed by
540 * in WorkQueue.tryRemoveAndExec. We don't need the proxy to
593 * do not want multiple WorkQueue instances or multiple queue
599 static final class WorkQueue { class in class:ForkJoinPool
642 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, method in class:ForkJoinPool.WorkQueue
1024 Class<?> k = WorkQueue.class;
1211 // access mode for WorkQueue
1226 WorkQueue[] workQueue
[all...]

Completed in 26 milliseconds