Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1236 final String workerNamePrefix; // to create worker name string field in ForkJoinPool
1364 wt.setName(workerNamePrefix.concat(Integer.toString(w.poolIndex >>> 1))); in registerWorker()
2438 String workerNamePrefix) { in ForkJoinPool() argument
2439 this.workerNamePrefix = workerNamePrefix; in ForkJoinPool()