Searched refs:thread_name_prefix (Results 1 – 12 of 12) sorted by relevance
/external/python/futures/concurrent/futures/ |
D | thread.py | 98 def __init__(self, max_workers=None, thread_name_prefix=''): argument 118 self._thread_name_prefix = (thread_name_prefix or
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 113 def __init__(self, max_workers=None, thread_name_prefix='', argument 140 self._thread_name_prefix = (thread_name_prefix or
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | periodic_function.h | 88 string thread_name_prefix = "periodic_function"; member
|
D | periodic_function.cc | 43 options_.thread_options, options_.thread_name_prefix, [this]() { in __anon92d06bed0202()
|
D | periodic_function_test.cc | 167 options.thread_name_prefix = "ignore"; in GetPeriodicFunctionOptions()
|
D | shared_batch_scheduler.h | 439 periodic_fn_options.thread_name_prefix = in SharedBatchScheduler()
|
/external/python/cpython3/Doc/library/ |
D | concurrent.futures.rst | 135 .. class:: ThreadPoolExecutor(max_workers=None, thread_name_prefix='', initializer=None, initargs=(… 155 The *thread_name_prefix* argument was added to allow users to
|
/external/python/futures/ |
D | test_futures.py | 235 max_workers=5, thread_name_prefix='SpecialPool')
|
/external/python/cpython3/Lib/test/ |
D | test_concurrent_futures.py | 374 max_workers=5, thread_name_prefix='SpecialPool')
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 378 repr() based thread name by default when no thread_name_prefix is supplied.
|
D | 3.7.0a1.rst | 2317 repr() based thread name by default when no thread_name_prefix is supplied.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 952 class constructor now accepts an optional *thread_name_prefix* argument
|