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