Home
last modified time | relevance | path

Searched refs:rejectedExecution (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DRejectedExecutionHandler.java61 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); in rejectedExecution() method
DThreadPoolExecutor.java842 handler.rejectedExecution(command, this); in reject()
2052 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.CallerRunsPolicy
2079 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.AbortPolicy
2102 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.DiscardPolicy
2139 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.DiscardOldestPolicy
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java406 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.AbortPolicy
419 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.CallerRunsPolicy
433 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.DiscardOldestPolicy
446 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.DiscardPolicy
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java1746 public void rejectedExecution(Runnable r,
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java2018 public void rejectedExecution(Runnable r,
/libcore/api/
Dcurrent.txt16252 method public void rejectedExecution(Runnable, java.util.concurrent.ThreadPoolExecutor);
16411 method public void rejectedExecution(Runnable, java.util.concurrent.ThreadPoolExecutor);
16416 method public void rejectedExecution(Runnable, java.util.concurrent.ThreadPoolExecutor);
16421 method public void rejectedExecution(Runnable, java.util.concurrent.ThreadPoolExecutor);
16426 method public void rejectedExecution(Runnable, java.util.concurrent.ThreadPoolExecutor);