Searched refs:WorkQueue (Results 1 – 3 of 3) sorted by relevance
785 static final class WorkQueue { class in ForkJoinPool826 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { in WorkQueue() method in ForkJoinPool.WorkQueue1352 (WorkQueue.class.getDeclaredField("qlock"));1494 volatile WorkQueue[] workQueues; // main registry1515 WorkQueue[] ws = new WorkQueue[n]; in tryInitialize()1544 WorkQueue q; in createWorker()1585 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker()1591 WorkQueue w = new WorkQueue(this, wt); in registerWorker()1598 WorkQueue[] ws = workQueues; in registerWorker()1635 WorkQueue w = null; in deregisterWorker()[all …]
74 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics
381 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; in doJoin()1173 Thread t; ForkJoinPool.WorkQueue q; in getQueuedTaskCount()1249 Thread t; ForkJoinPool.WorkQueue q; in peekNextLocalTask()