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.java1912 public static class CallerRunsPolicy implements RejectedExecutionHandler { class in ThreadPoolExecutor
1916 public CallerRunsPolicy() { } in CallerRunsPolicy() method in ThreadPoolExecutor.CallerRunsPolicy
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DThreadPoolExecutorSubclassTest.java848 RejectedExecutionHandler h = new CustomTPE.CallerRunsPolicy(); in testSaturatedExecute2()
935 RejectedExecutionHandler h = new CustomTPE.CallerRunsPolicy(); in testCallerRunsOnShutdown()
DThreadPoolExecutorTest.java711 RejectedExecutionHandler h = new ThreadPoolExecutor.CallerRunsPolicy(); in testSaturatedExecute2()
798 RejectedExecutionHandler h = new ThreadPoolExecutor.CallerRunsPolicy(); in testCallerRunsOnShutdown()