Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java266 final CountDownLatch uehInvoked = new CountDownLatch(1); in testSetUncaughtExceptionHandler() local
270 uehInvoked.countDown(); in testSetUncaughtExceptionHandler()
278 assertTrue(uehInvoked.await(MEDIUM_DELAY_MS, MILLISECONDS)); in testSetUncaughtExceptionHandler()