Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/unit/
Dthread_pool.py22 def __init__(self, max_workers): argument
Dtest_common.py103 def test_server(max_workers=10, reuse_port=False): argument
/third_party/grpc/src/python/grpcio/grpc/framework/foundation/
Dlogging_pool.py62 def pool(max_workers): argument
/third_party/python/Lib/concurrent/futures/
Dthread.py123 def __init__(self, max_workers=None, thread_name_prefix='', argument
Dprocess.py581 def __init__(self, max_workers=None, mp_context=None, argument
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c80 static long max_workers = 15; variable