Searched refs:rejectedExecution (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ | ||
D | RejectedExecutionHandler.java | 32 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); in rejectedExecution() method |
D | ThreadPoolExecutor.java | 794 handler.rejectedExecution(command, this); in reject() |
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ | ||
D | JSR166TestCase.java | 757 public void rejectedExecution(Runnable r, |