Home
last modified time | relevance | path

Searched defs:ThreadPoolExecutor (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/examples/python/async_streaming/
Dclient.py29 executor: ThreadPoolExecutor,
107 executor: ThreadPoolExecutor, channel: grpc.Channel, phone_number: str
/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py826 default_thread_pool: futures.ThreadPoolExecutor,
840 default_thread_pool: futures.ThreadPoolExecutor,
864 default_thread_pool: futures.ThreadPoolExecutor,
888 default_thread_pool: futures.ThreadPoolExecutor,
912 default_thread_pool: futures.ThreadPoolExecutor,
986 thread_pool: futures.ThreadPoolExecutor,
1018 thread_pool: futures.ThreadPoolExecutor,
1096 thread_pool: futures.ThreadPoolExecutor,
1302 thread_pool: futures.ThreadPoolExecutor,
1367 thread_pool: futures.ThreadPoolExecutor,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp40 class ThreadPoolExecutor : public Executor { class
42 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anonc51b5a230111::ThreadPoolExecutor
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst111 ThreadPoolExecutor chapter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DParallel.cpp49 class ThreadPoolExecutor : public Executor { class
51 explicit ThreadPoolExecutor(ThreadPoolStrategy S = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anon2c69f2290111::ThreadPoolExecutor
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py122 class ThreadPoolExecutor(_base.Executor): class
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py36 ThreadPoolExecutor = None variable