Searched refs:WorkQueue (Results 1 – 3 of 3) sorted by relevance
756 static final class WorkQueue { class in ForkJoinPool797 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { in WorkQueue() method in ForkJoinPool.WorkQueue1323 (WorkQueue.class.getDeclaredField("qlock"));1465 volatile WorkQueue[] workQueues; // main registry1486 WorkQueue[] ws = new WorkQueue[n]; in tryInitialize()1515 WorkQueue q; in createWorker()1556 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker()1562 WorkQueue w = new WorkQueue(this, wt); in registerWorker()1569 WorkQueue[] ws = workQueues; in registerWorker()1606 WorkQueue w = null; in deregisterWorker()[all …]
45 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics
352 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; in doJoin()1144 Thread t; ForkJoinPool.WorkQueue q; in getQueuedTaskCount()1220 Thread t; ForkJoinPool.WorkQueue q; in peekNextLocalTask()