Searched defs:ManagedLocker (Results 1 – 1 of 1) sorted by relevance
98 static class ManagedLocker implements ForkJoinPool.ManagedBlocker { class in ForkJoinPoolTest101 ManagedLocker(ReentrantLock lock) { this.lock = lock; } in ManagedLocker() method in ForkJoinPoolTest.ManagedLocker