Home
last modified time | relevance | path

Searched refs:CallerRunsPolicy (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java2011 public static class CallerRunsPolicy implements RejectedExecutionHandler { class in ThreadPoolExecutor
2015 public CallerRunsPolicy() { } in CallerRunsPolicy() method in ThreadPoolExecutor.CallerRunsPolicy
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java1172 new CustomTPE.CallerRunsPolicy()); in testSaturatedExecute2()
1270 new CustomTPE.CallerRunsPolicy()); in testCallerRunsOnShutdown()
DThreadPoolExecutorTest.java1141 new ThreadPoolExecutor.CallerRunsPolicy()); in testSaturatedExecute2()
1237 RejectedExecutionHandler h = new ThreadPoolExecutor.CallerRunsPolicy(); in testCallerRunsOnShutdown()