Searched refs:rejectedExecution (Results 1 - 3 of 3) 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.java192 * RejectedExecutionHandler#rejectedExecution(Runnable, ThreadPoolExecutor)}
814 handler.rejectedExecution(command, this);
2024 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.CallerRunsPolicy
2048 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.AbortPolicy
2071 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.DiscardPolicy
2095 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.DiscardOldestPolicy
/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java1706 public void rejectedExecution(Runnable r, method in class:JSR166TestCase.NoOpREHandler

Completed in 98 milliseconds