Searched refs:terminated (Results 1 – 13 of 13) sorted by relevance
734 terminated(); in tryTerminate()2029 protected void terminated() { } in terminated() method in ThreadPoolExecutor
3280 boolean terminated = false;3291 else if (!(terminated = ((mode & TERMINATED) != 0)) &&3297 while (!(terminated = ((mode & TERMINATED) != 0)) && nanos > 0L)3303 return terminated;
317 protected void terminated() { in terminated() method in ThreadPoolExecutor
177 this License will not have their licenses terminated so long as such
64 protected void terminated() { in terminated() method in ThreadPoolExecutorTest.ExtendedTPE
211 protected void terminated() { in terminated() method in ThreadPoolExecutorSubclassTest.CustomTPE
86 protected void terminated() { in terminated() method in ThreadPoolExecutorTest.ExtendedTPE
233 protected void terminated() { in terminated() method in ThreadPoolExecutorSubclassTest.CustomTPE
167 rights, from you under this License will not have their licenses terminated so
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
175 rights, from you under this License will not have their licenses terminated so
16406 method protected void terminated();