Searched defs:ThreadPoolExecutor (Results 1 – 6 of 6) sorted by relevance
| /third_party/grpc/examples/python/async_streaming/ |
| D | client.py | 29 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/ |
| D | Parallel.cpp | 40 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/ |
| D | concurrent.futures.rst | 111 ThreadPoolExecutor chapter
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _server.py | 881 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/ |
| D | thread.py | 118 class ThreadPoolExecutor(_base.Executor): class
|
| /third_party/python/Lib/test/ |
| D | test_inspect.py | 26 ThreadPoolExecutor = None variable
|