HomeSort by relevance Sort by last modified time
    Searched defs:ThreadPoolExecutor (Results 1 - 25 of 36) sorted by null

1 2

  /external/python/cpython3/Lib/concurrent/futures/
thread.py 4 """Implements ThreadPoolExecutor."""
16 # to exit when there are still idle threads in a ThreadPoolExecutor's thread
83 class ThreadPoolExecutor(_base.Executor):
85 """Initializes a new ThreadPoolExecutor instance.
93 # Use this number because ThreadPoolExecutor is often
  /external/python/futures/concurrent/futures/
thread.py 4 """Implements ThreadPoolExecutor."""
24 # to exit when there are still idle threads in a ThreadPoolExecutor's thread
93 class ThreadPoolExecutor(_base.Executor):
99 """Initializes a new ThreadPoolExecutor instance.
107 # Use this number because ThreadPoolExecutor is often
119 ("ThreadPoolExecutor-%d" % self._counter()))
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 63 * Each {@code ThreadPoolExecutor} also maintains some basic
83 * A {@code ThreadPoolExecutor} will automatically adjust the
222 * RejectedExecutionHandler#rejectedExecution(Runnable, ThreadPoolExecutor)}
228 * <li>In the default {@link ThreadPoolExecutor.AbortPolicy}, the
232 * <li>In {@link ThreadPoolExecutor.CallerRunsPolicy}, the thread
237 * <li>In {@link ThreadPoolExecutor.DiscardPolicy}, a task that
240 * <li>In {@link ThreadPoolExecutor.DiscardOldestPolicy}, if the
297 * class PausableThreadPoolExecutor extends ThreadPoolExecutor {
339 public class ThreadPoolExecutor extends AbstractExecutorService {
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 24 from concurrent.futures import ThreadPoolExecutor
26 ThreadPoolExecutor = None
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 5009 milliseconds

1 2