Home
last modified time | relevance | path

Searched refs:WorkQueue (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java606 static final class WorkQueue { class in ForkJoinPool
649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, in WorkQueue() method in ForkJoinPool.WorkQueue
1031 Class<?> k = WorkQueue.class;
1233 WorkQueue[] workQueues; // main registry
1328 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker()
1329 UncaughtExceptionHandler handler; WorkQueue[] ws; int s, ps; in registerWorker()
1336 WorkQueue w = new WorkQueue(this, wt, mode, s); in registerWorker()
1378 WorkQueue w = null; in deregisterWorker()
1391 WorkQueue[] ws = workQueues; in deregisterWorker()
1408 WorkQueue[] ws; WorkQueue v; Thread p; int u, i, e; in deregisterWorker()
[all …]
DForkJoinWorkerThread.java38 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics
DForkJoinTask.java352 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; in doJoin()
995 ForkJoinPool.WorkQueue w = null; in get()
1169 Thread t; ForkJoinPool.WorkQueue q; in getQueuedTaskCount()
1245 Thread t; ForkJoinPool.WorkQueue q; in peekNextLocalTask()