Home
last modified time | relevance | path

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

/third_party/grpc/examples/python/async_streaming/
Dclient.py29 executor: ThreadPoolExecutor,
107 executor: ThreadPoolExecutor, channel: grpc.Channel, phone_number: str
/third_party/skia/third_party/externals/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::__anon793a08550111::ThreadPoolExecutor
/third_party/python/Doc/library/
Dconcurrent.futures.rst111 ThreadPoolExecutor chapter
/third_party/grpc/src/python/grpcio/grpc/
D_server.py881 default_thread_pool: futures.ThreadPoolExecutor,
895 default_thread_pool: futures.ThreadPoolExecutor,
919 default_thread_pool: futures.ThreadPoolExecutor,
943 default_thread_pool: futures.ThreadPoolExecutor,
967 default_thread_pool: futures.ThreadPoolExecutor,
1041 thread_pool: futures.ThreadPoolExecutor,
1073 thread_pool: futures.ThreadPoolExecutor,
1166 thread_pool: futures.ThreadPoolExecutor,
1426 thread_pool: futures.ThreadPoolExecutor,
1511 thread_pool: futures.ThreadPoolExecutor,
/third_party/python/Lib/concurrent/futures/
Dthread.py118 class ThreadPoolExecutor(_base.Executor): class
/third_party/python/Lib/test/
Dtest_inspect.py26 ThreadPoolExecutor = None variable