Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java1929 long coreThreadTimeOut = SHORT_DELAY_MS; in testAllowCoreThreadTimeOut_true() local
1932 coreThreadTimeOut, MILLISECONDS, in testAllowCoreThreadTimeOut_true()
1943 delay(coreThreadTimeOut); in testAllowCoreThreadTimeOut_true()
1959 long coreThreadTimeOut = SHORT_DELAY_MS;
1962 coreThreadTimeOut, MILLISECONDS,
1972 delay(2 * coreThreadTimeOut);
DThreadPoolExecutorSubclassTest.java1719 long coreThreadTimeOut = SHORT_DELAY_MS; in testAllowCoreThreadTimeOut_true() local
1722 coreThreadTimeOut, MILLISECONDS, in testAllowCoreThreadTimeOut_true()
1733 delay(coreThreadTimeOut); in testAllowCoreThreadTimeOut_true()
1749 long coreThreadTimeOut = SHORT_DELAY_MS;
1752 coreThreadTimeOut, MILLISECONDS,
1762 delay(2 * coreThreadTimeOut);