Searched defs:ThreadPoolExecutor (Results 1 – 7 of 7) sorted by relevance
| /external/grpc-grpc/examples/python/async_streaming/ |
| D | client.py | 29 executor: ThreadPoolExecutor, 107 executor: ThreadPoolExecutor, channel: grpc.Channel, phone_number: str
|
| /external/grpc-grpc/src/python/grpcio/grpc/ |
| D | _server.py | 826 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/ |
| D | Parallel.cpp | 40 class ThreadPoolExecutor : public Executor { class 42 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anond32ed7010111::ThreadPoolExecutor
|
| /external/python/cpython3/Doc/library/ |
| D | concurrent.futures.rst | 111 ThreadPoolExecutor chapter
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | Parallel.cpp | 49 class ThreadPoolExecutor : public Executor { class 51 explicit ThreadPoolExecutor(ThreadPoolStrategy S = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anon3a7d6f070111::ThreadPoolExecutor
|
| /external/python/cpython3/Lib/concurrent/futures/ |
| D | thread.py | 118 class ThreadPoolExecutor(_base.Executor): class
|
| /external/python/cpython3/Lib/test/ |
| D | test_inspect.py | 26 ThreadPoolExecutor = None variable
|