Home
last modified time | relevance | path

Searched defs:thread_options (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dthreadpool.cc94 const 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/kernels/data/
Dunbounded_thread_pool.h40 const ThreadOptions& thread_options) in UnboundedThreadPool()
/external/libchrome/dbus/
Dbus_unittest.cc136 base::Thread::Options thread_options; in TEST() local
214 base::Thread::Options thread_options; in TEST() local
264 base::Thread::Options thread_options; in TEST() local
Dsignal_sender_verification_unittest.cc38 base::Thread::Options thread_options; in SetUp() local
Dobject_manager_unittest.cc70 base::Thread::Options thread_options; in SetUp() local
Dproperty_unittest.cc62 base::Thread::Options thread_options; in SetUp() local
Dend_to_end_async_unittest.cc49 base::Thread::Options thread_options; in SetUp() local
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dperiodic_function.h84 ThreadOptions thread_options; member
/external/tensorflow/tensorflow/core/platform/default/
Dunbounded_work_queue.cc26 const ThreadOptions& thread_options) in UnboundedWorkQueue()
Denv.cc60 PThread(const ThreadOptions& thread_options, const std::string& name, in PThread()
132 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc55 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
100 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.h64 TF_ThreadOptions thread_options; local
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc92 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
96 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
Denv.h513 Thread* StartThread(const ThreadOptions& thread_options, in StartThread()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc51 Env* env, const ThreadOptions& thread_options, const string& name) in RunHandlerEnvironment()
315 const ThreadOptions& thread_options, const string& name, in RunHandlerThreadPool()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc33 ThreadPoolResource(Env* env, const ThreadOptions& thread_options, in ThreadPoolResource()