Home
last modified time | relevance | path

Searched refs:thread_name_prefix (Results 1 – 12 of 12) sorted by relevance

/external/python/futures/concurrent/futures/
Dthread.py98 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/
Dthread.py113 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/
Dperiodic_function.h88 string thread_name_prefix = "periodic_function"; member
Dperiodic_function.cc43 options_.thread_options, options_.thread_name_prefix, [this]() { in __anon92d06bed0202()
Dperiodic_function_test.cc167 options.thread_name_prefix = "ignore"; in GetPeriodicFunctionOptions()
Dshared_batch_scheduler.h439 periodic_fn_options.thread_name_prefix = in SharedBatchScheduler()
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst135 .. 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/
Dtest_futures.py235 max_workers=5, thread_name_prefix='SpecialPool')
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py374 max_workers=5, thread_name_prefix='SpecialPool')
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst378 repr() based thread name by default when no thread_name_prefix is supplied.
D3.7.0a1.rst2317 repr() based thread name by default when no thread_name_prefix is supplied.
/external/python/cpython3/Doc/whatsnew/
D3.6.rst952 class constructor now accepts an optional *thread_name_prefix* argument