HomeSort by relevance Sort by last modified time
    Searched refs:thread_name_prefix (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/test/
sequenced_worker_pool_owner.cc 15 const std::string& thread_name_prefix)
18 thread_name_prefix,
sequenced_worker_pool_owner.h 37 const std::string& thread_name_prefix);
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function.h 88 string thread_name_prefix = "periodic_function"; member in struct:tensorflow::serving::PeriodicFunction::Options
periodic_function.cc 43 options_.thread_options, options_.thread_name_prefix, [this]() {
periodic_function_test.cc 167 options.thread_name_prefix = "ignore";
adaptive_shared_batch_scheduler.h 410 opts.thread_name_prefix = "scheduling_thread";
shared_batch_scheduler.h 438 periodic_fn_options.thread_name_prefix =
  /external/libchrome/base/threading/
sequenced_worker_pool.h 220 const std::string& thread_name_prefix,
226 const std::string& thread_name_prefix,
sequenced_worker_pool.cc 271 const std::string& thread_name_prefix);
342 const std::string& thread_name_prefix,
641 const std::string& thread_name_prefix,
649 thread_name_prefix_(thread_name_prefix),
    [all...]
  /external/python/cpython3/Lib/concurrent/futures/
thread.py 84 def __init__(self, max_workers=None, thread_name_prefix=''):
90 thread_name_prefix: An optional name prefix to give our threads.
104 self._thread_name_prefix = thread_name_prefix
  /external/python/futures/concurrent/futures/
thread.py 95 # Used to assign unique thread names when thread_name_prefix is not supplied.
98 def __init__(self, max_workers=None, thread_name_prefix=''):
104 thread_name_prefix: An optional name prefix to give our threads.
118 self._thread_name_prefix = (thread_name_prefix or
  /external/python/cpython3/Lib/test/
test_concurrent_futures.py 159 max_workers=5, thread_name_prefix='SpecialPool')
  /external/python/futures/
test_futures.py 235 max_workers=5, thread_name_prefix='SpecialPool')
254 # no thread_name_prefix was supplied.

Completed in 157 milliseconds