Home | History | Annotate | Download | only in jsr166

Lines Matching defs:prestartCoreThread

129      * prestartCoreThread starts a thread if under corePoolSize, else doesn't
138 assertTrue(p.prestartCoreThread());
140 assertTrue(p.prestartCoreThread());
142 assertFalse(p.prestartCoreThread());
145 assertTrue(p.prestartCoreThread());
147 assertTrue(p.prestartCoreThread());
149 assertFalse(p.prestartCoreThread());