Searched refs:WorkQueue (Results 1 – 3 of 3) sorted by relevance
787 static final class WorkQueue { class in ForkJoinPool829 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner) { in WorkQueue() method in ForkJoinPool.WorkQueue1355 (WorkQueue.class.getDeclaredField("qlock"));1497 volatile WorkQueue[] workQueues; // main registry1518 WorkQueue[] ws = new WorkQueue[n]; in tryInitialize()1547 WorkQueue q; in createWorker()1588 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker()1594 WorkQueue w = new WorkQueue(this, wt); in registerWorker()1601 WorkQueue[] ws = workQueues; in registerWorker()1638 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()