Searched refs:workerNamePrefix (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java488 private final String workerNamePrefix; field in class:ForkJoinPool
1143 return workerNamePrefix + n;
1489 this.workerNamePrefix = sb.toString();

Completed in 3050 milliseconds