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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1401 * Sequence number for creating workerNamePrefix.
1495 final String workerNamePrefix; // to create worker name string field in class:ForkJoinPool
1621 wt.setName(workerNamePrefix.concat(Integer.toString(i >>> 1)));
2697 String workerNamePrefix) {
2698 this.workerNamePrefix = workerNamePrefix;
2693 ForkJoinPool(int parallelism, ForkJoinWorkerThreadFactory factory, UncaughtExceptionHandler handler, int mode, String workerNamePrefix) argument

Completed in 47 milliseconds