/external/libchrome/dbus/ |
D | bus_unittest.cc | 136 base::Thread::Options thread_options; in TEST() local 137 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in TEST() 139 dbus_thread.StartWithOptions(thread_options); in TEST() 214 base::Thread::Options thread_options; in TEST() local 215 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in TEST() 217 dbus_thread.StartWithOptions(thread_options); in TEST() 264 base::Thread::Options thread_options; in TEST() local 265 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in TEST() 267 dbus_thread.StartWithOptions(thread_options); in TEST()
|
D | signal_sender_verification_unittest.cc | 38 base::Thread::Options thread_options; in SetUp() local 39 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in SetUp() 40 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options)); in SetUp()
|
D | object_manager_unittest.cc | 70 base::Thread::Options thread_options; in SetUp() local 71 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in SetUp() 72 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options)); in SetUp()
|
D | end_to_end_async_unittest.cc | 49 base::Thread::Options thread_options; in SetUp() local 50 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in SetUp() 51 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options)); in SetUp()
|
D | property_unittest.cc | 62 base::Thread::Options thread_options; in SetUp() local 63 thread_options.message_loop_type = base::MessageLoop::TYPE_IO; in SetUp() 64 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options)); in SetUp()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/ |
D | threadpool.h | 55 virtual const Thread::Options& thread_options() const = 0; 116 const Thread::Options& thread_options); 127 const Thread::Options& thread_options() const override;
|
D | threadpool.cc | 94 const Thread::Options& thread_options) in ThreadPool() argument 97 thread_options_(thread_options) { in ThreadPool() 132 const Thread::Options& ThreadPool::thread_options() const { in thread_options() function in grpc_core::ThreadPool
|
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 49 EigenEnvironment(Env* env, const ThreadOptions& thread_options, in EigenEnvironment() 51 : env_(env), thread_options_(thread_options), name_(name) {} in EigenEnvironment() 92 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() argument 94 : ThreadPool(env, thread_options, name, num_threads, true, nullptr) {} in ThreadPool() 96 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() argument 102 EigenEnvironment(env, thread_options, "tf_" + name))); in ThreadPool()
|
D | threadpool.h | 111 ThreadPool(Env* env, const ThreadOptions& thread_options, 125 ThreadPool(Env* env, const ThreadOptions& thread_options,
|
D | env.h | 415 virtual Thread* StartThread(const ThreadOptions& thread_options, 513 Thread* StartThread(const ThreadOptions& thread_options, in StartThread() argument 516 return target_->StartThread(thread_options, name, fn); in StartThread()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | env.cc | 60 PThread(const ThreadOptions& thread_options, const std::string& name, in PThread() argument 67 if (thread_options.stack_size != 0) { in PThread() 68 pthread_attr_setstacksize(&attributes, thread_options.stack_size); in PThread() 132 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() argument 134 return new PThread(thread_options, name, fn); in StartThread()
|
D | unbounded_work_queue.cc | 26 const ThreadOptions& thread_options) in UnboundedWorkQueue() argument 27 : env_(env), thread_name_(thread_name), thread_options_(thread_options) {} in UnboundedWorkQueue()
|
D | unbounded_work_queue.h | 40 const ThreadOptions& thread_options = {});
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | unbounded_thread_pool.h | 40 const ThreadOptions& thread_options) in UnboundedThreadPool() argument 41 : unbounded_work_queue_(env, thread_name, thread_options) {} in UnboundedThreadPool()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | ram_file_block_cache.h | 64 TF_ThreadOptions thread_options; local 65 TF_DefaultThreadOptions(&thread_options); 67 TF_StartThread(&thread_options, "TF_prune_FBC", PruneThread, this));
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | env.cc | 55 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread() argument 100 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() argument 102 return new StdThread(thread_options, name, fn); in StartThread()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | periodic_function.h | 84 ThreadOptions thread_options; member
|
D | periodic_function.cc | 43 options_.thread_options, options_.thread_name_prefix, [this]() { in __anon319300e40202()
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler.h | 129 RunHandlerEnvironment(Env* env, const ThreadOptions& thread_options, 223 Env* env, const ThreadOptions& thread_options,
|
D | run_handler.cc | 51 Env* env, const ThreadOptions& thread_options, const string& name) in RunHandlerEnvironment() argument 52 : env_(env), thread_options_(thread_options), name_(name) {} in RunHandlerEnvironment() 315 const ThreadOptions& thread_options, const string& name, in RunHandlerThreadPool() argument 322 env_(env, thread_options, name), in RunHandlerThreadPool()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | threadpool_dataset_op.cc | 33 ThreadPoolResource(Env* env, const ThreadOptions& thread_options, in ThreadPoolResource() argument 36 : thread_pool_(env, thread_options, name, num_threads, low_latency_hint), in ThreadPoolResource()
|