Searched defs:rejectedExecution (Results 1 – 3 of 3) sorted by relevance
61 void rejectedExecution(Runnable r, ThreadPoolExecutor executor); in rejectedExecution() method
2052 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.CallerRunsPolicy2079 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.AbortPolicy2102 public void rejectedExecution(Runnable r, ThreadPoolExecutor e) { in rejectedExecution() method in ThreadPoolExecutor.DiscardPolicy2139 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