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::__anonc51b5a230111::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::__anon2c69f2290111::ThreadPoolExecutor
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 122 class ThreadPoolExecutor(_base.Executor): class
|
/external/python/cpython3/Lib/test/test_inspect/ |
D | test_inspect.py | 36 ThreadPoolExecutor = None variable
|