Searched refs:poolIndex (Results 1 – 2 of 2) sorted by relevance
73 return workQueue.poolIndex >>> 1; // ignore odd/even tag bit in getPoolIndex()
634 short poolIndex; // index of this queue in pool field in ForkJoinPool.WorkQueue1356 w.poolIndex = (short)r; in registerWorker()1364 wt.setName(workerNamePrefix.concat(Integer.toString(w.poolIndex >>> 1))); in registerWorker()1390 int idx = w.poolIndex; in deregisterWorker()1568 q.poolIndex = (short)k; in fullExternalPush()1896 int j = joiner.poolIndex; in helpComplete()