Searched defs:rejectedExecution (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DRejectedExecutionHandler.java61 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); method in interface:RejectedExecutionHandler
H A DThreadPoolExecutor.java222 * RejectedExecutionHandler#rejectedExecution(Runnable, ThreadPoolExecutor)}
848 handler.rejectedExecution(command, this);
2058 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.CallerRunsPolicy
2082 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.AbortPolicy
2105 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.DiscardPolicy
2129 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { method in class:ThreadPoolExecutor.DiscardOldestPolicy
/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java1746 public void rejectedExecution(Runnable r, method in class:JSR166TestCase.NoOpREHandler

Completed in 79 milliseconds