Searched defs:terminated (Results 1 – 6 of 6) sorted by relevance
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ | ||
| D | ThreadPoolExecutor.java | 317 protected void terminated() { in terminated() method in ThreadPoolExecutor |
| /libcore/ojluni/src/main/java/java/util/concurrent/ | ||
| D | ThreadPoolExecutor.java | 2029 protected void terminated() { } in terminated() method in ThreadPoolExecutor |
| /libcore/ojluni/src/test/java/util/concurrent/tck/ | ||
| D | ThreadPoolExecutorTest.java | 86 protected void terminated() { in terminated() method in ThreadPoolExecutorTest.ExtendedTPE |
| D | ThreadPoolExecutorSubclassTest.java | 233 protected void terminated() { in terminated() method in ThreadPoolExecutorSubclassTest.CustomTPE |
| /libcore/jsr166-tests/src/test/java/jsr166/ | ||
| D | ThreadPoolExecutorTest.java | 64 protected void terminated() { in terminated() method in ThreadPoolExecutorTest.ExtendedTPE |
| D | ThreadPoolExecutorSubclassTest.java | 211 protected void terminated() { in terminated() method in ThreadPoolExecutorSubclassTest.CustomTPE |