Home | History | Annotate | Download | only in jsr166

Lines Matching refs:prestartCoreThread

105      * prestartCoreThread starts a thread if under corePoolSize, else doesn't
113 assertTrue(p.prestartCoreThread());
115 assertTrue(p.prestartCoreThread());
117 assertFalse(p.prestartCoreThread());