Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java86 this.workQueue = pool.registerWorker(this); in ForkJoinWorkerThread()
98 this.workQueue = pool.registerWorker(this); in ForkJoinWorkerThread()
DForkJoinPool.java1588 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker() method in ForkJoinPool