Searched refs:WorkQueue (Results 1 – 3 of 3) sorted by relevance
606 static final class WorkQueue { class in ForkJoinPool649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, in WorkQueue() method in ForkJoinPool.WorkQueue1031 Class<?> k = WorkQueue.class;1233 WorkQueue[] workQueues; // main registry1328 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 …]
38 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics
352 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()