Searched defs:rejectedExecution (Results 1 – 3 of 3) sorted by relevance
61 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); in rejectedExecution() method
2059 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.CallerRunsPolicy2083 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.AbortPolicy2106 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.DiscardPolicy2130 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.DiscardOldestPolicy
406 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.AbortPolicy419 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.CallerRunsPolicy433 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.DiscardOldestPolicy446 public void rejectedExecution( in rejectedExecution() method in ThreadPoolExecutor.DiscardPolicy