Searched refs:rejectedExecution (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | RejectedExecutionHandler.java | 61 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); in rejectedExecution() method
|
D | ThreadPoolExecutor.java | 842 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/ |
D | ThreadPoolExecutor.java | 406 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/ |
D | JSR166TestCase.java | 1746 public void rejectedExecution(Runnable r,
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | JSR166TestCase.java | 2018 public void rejectedExecution(Runnable r,
|
/libcore/api/ |
D | current.txt | 16252 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);
|