Searched refs:CallerRunsPolicy (Results 1 – 3 of 3) sorted by relevance
2011 public static class CallerRunsPolicy implements RejectedExecutionHandler { class in ThreadPoolExecutor2015 public CallerRunsPolicy() { } in CallerRunsPolicy() method in ThreadPoolExecutor.CallerRunsPolicy
1172 new CustomTPE.CallerRunsPolicy()); in testSaturatedExecute2()1270 new CustomTPE.CallerRunsPolicy()); in testCallerRunsOnShutdown()
1141 new ThreadPoolExecutor.CallerRunsPolicy()); in testSaturatedExecute2()1237 RejectedExecutionHandler h = new ThreadPoolExecutor.CallerRunsPolicy(); in testCallerRunsOnShutdown()