Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java734 terminated(); in tryTerminate()
2029 protected void terminated() { } in terminated() method in ThreadPoolExecutor
DForkJoinPool.java3280 boolean terminated = false;
3291 else if (!(terminated = ((mode & TERMINATED) != 0)) &&
3297 while (!(terminated = ((mode & TERMINATED) != 0)) && nanos > 0L)
3303 return terminated;
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java317 protected void terminated() { in terminated() method in ThreadPoolExecutor
/libcore/ojluni/src/test/
DLICENSE177 this License will not have their licenses terminated so long as such
/libcore/ojluni/src/tools/
DLICENSE177 this License will not have their licenses terminated so long as such
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java64 protected void terminated() { in terminated() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java211 protected void terminated() { in terminated() method in ThreadPoolExecutorSubclassTest.CustomTPE
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java86 protected void terminated() { in terminated() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java233 protected void terminated() { in terminated() method in ThreadPoolExecutorSubclassTest.CustomTPE
/libcore/
DLICENSE167 rights, from you under this License will not have their licenses terminated so
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/ojluni/src/main/
DLICENSE175 rights, from you under this License will not have their licenses terminated so
/libcore/api/
Dcurrent.txt16406 method protected void terminated();