Home | History | Annotate | Download | only in jsr166

Lines Matching refs:CallerRunsPolicy

1111      * executor using CallerRunsPolicy runs task if saturated.
1114 RejectedExecutionHandler h = new ThreadPoolExecutor.CallerRunsPolicy();
1205 * execute using CallerRunsPolicy drops task on shutdown
1208 RejectedExecutionHandler h = new ThreadPoolExecutor.CallerRunsPolicy();