Searched refs:registerWorker (Results 1 – 2 of 2) sorted by relevance
86 this.workQueue = pool.registerWorker(this); in ForkJoinWorkerThread()98 this.workQueue = pool.registerWorker(this); in ForkJoinWorkerThread()
1588 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker() method in ForkJoinPool