Searched defs:poolIndex (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java627 short poolIndex; // index of this queue in pool field in class:ForkJoinPool.WorkQueue
1140 * ID: poolIndex of top of Treiber stack of waiters (16 bits)
1349 w.poolIndex = (short)r;
1357 wt.setName(workerNamePrefix.concat(Integer.toString(w.poolIndex >>> 1)));
1383 int idx = w.poolIndex;
1561 q.poolIndex = (short)k;
1889 int j = joiner.poolIndex;

Completed in 296 milliseconds