Searched refs:workerNamePrefix (Results 1 – 1 of 1) sorted by relevance
1498 final String workerNamePrefix; // to create worker name string field in ForkJoinPool1624 wt.setName(workerNamePrefix.concat(Integer.toString(i >>> 1))); in registerWorker()2700 String workerNamePrefix) { in ForkJoinPool() argument2701 this.workerNamePrefix = workerNamePrefix; in ForkJoinPool()