Home
last modified time | relevance | path

Searched defs:thread_options (Results 1 – 24 of 24) 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/pigweed/pw_multisink/
Dstl_test_thread.cc24 static constexpr thread::stl::Options thread_options; in MultiSinkTestThreadOptions() local
/external/pigweed/pw_work_queue/
Dstl_test_thread.cc24 static constexpr thread::stl::Options thread_options; in WorkQueueThreadOptions() local
/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/data/
Dunbounded_thread_pool.h40 const ThreadOptions& thread_options) in UnboundedThreadPool()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbounded_executor.h35 ThreadOptions thread_options; member
Dperiodic_function.h82 ThreadOptions thread_options; member
/external/tensorflow/tensorflow/tsl/platform/default/
Dunbounded_work_queue.cc26 const ThreadOptions& thread_options) in UnboundedWorkQueue()
Denv.cc61 PThread(const ThreadOptions& thread_options, const std::string& name, in PThread()
134 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/tsl/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/cronet/components/cronet/android/test/
Dquic_test_server.cc89 base::Thread::Options thread_options; in JNI_QuicTestServer_StartQuicTestServer() local
/external/cronet/net/base/
Dnetwork_config_watcher_mac.cc172 base::Thread::Options thread_options(base::MessagePumpType::UI, 0); in NetworkConfigWatcherMac() local
/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.h529 Thread* StartThread(const ThreadOptions& thread_options, in StartThread()
/external/cronet/net/test/
Dquic_simple_test_server.cc209 base::Thread::Options thread_options; in Start() local
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler.cc47 tensorflow::Env* env, const tensorflow::ThreadOptions& thread_options, in RunHandlerEnvironment()
337 const tensorflow::ThreadOptions& thread_options, const std::string& name, in RunHandlerThreadPool()
/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/cronet/net/test/embedded_test_server/
Dembedded_test_server.cc609 base::Thread::Options thread_options; in StartAcceptingConnections() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc60 ThreadPoolResource(Env* env, const ThreadOptions& thread_options, in ThreadPoolResource()