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

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinWorkerThread.java34 * workQueue field is not set until a call to registerWorker
54 // Use a placeholder until a useful name can be set in registerWorker
57 this.workQueue = pool.registerWorker(this);
69 this.workQueue = pool.registerWorker(this);
H A DForkJoinPool.java359 * new thread invokes registerWorker, where it constructs a
387 * upon initialization (see registerWorker) and otherwise keep it
715 long indexSeed; // index bits for registerWorker
1556 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { method in class:ForkJoinPool

Completed in 40 milliseconds