Searched refs:rejectedExecution (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DRejectedExecutionHandler.java32 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); method in interface:RejectedExecutionHandler
H A DThreadPoolExecutor.java173 * RejectedExecutionHandler#rejectedExecution} method of its {@link
786 handler.rejectedExecution(command, this);
1954 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.CallerRunsPolicy
1978 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.AbortPolicy
2001 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.DiscardPolicy
2025 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.DiscardOldestPolicy

Completed in 59 milliseconds