Home | History | Annotate | Download | only in jsr166

Lines Matching refs:prestartCoreThread

133      * prestartCoreThread starts a thread if under corePoolSize, else doesn't
141 assertTrue(p.prestartCoreThread());
143 assertTrue(p.prestartCoreThread());
145 assertFalse(p.prestartCoreThread());