Home
last modified time | relevance | path

Searched defs:thread_pool (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dthread_pool_reuse_manager.cc30 for (auto &thread_pool : pair.second) { in ~ThreadPoolReuseManager() local
52 auto thread_pool = thread_pool_container_[hash_key].back(); in GetThreadPool() local
66 ThreadPool *thread_pool) { in RetrieveThreadPool()
Dexecutor.cc28 auto thread_pool = ctx_->thread_pool_; in Run() local
Dparallel_lite_actor.cc132 auto thread_pool = reinterpret_cast<ActorThreadPool *>(ctx_->thread_pool_); in KernelActorInit() local
Dmindrt_executor.cc339 auto thread_pool = ctx_->thread_pool_; in Run() local
/third_party/grpc/src/python/grpcio/grpc/beta/
Dimplementations.py149 thread_pool, argument
168 thread_pool=None, argument
264 thread_pool, argument
285 thread_pool=None, argument
/third_party/grpc/test/core/event_engine/windows/
Diocp_test.cc59 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local
144 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local
211 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local
236 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local
271 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local
Dwindows_endpoint_test.cc43 auto thread_pool = MakeThreadPool(8); in TEST_F() local
89 auto thread_pool = MakeThreadPool(8); in TEST_F() local
/third_party/grpc/src/core/lib/event_engine/thread_pool/
Dthread_pool_factory.cc39 auto thread_pool = std::make_shared<WorkStealingThreadPool>(reserve_threads); in MakeThreadPool() local
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pxd.pxi92 cdef thread_pool(self) member in AioServer
Dcommon.pyx.pxi141 async def generator_to_async_generator(object gen, object loop, object thread_pool):
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/pyboost/
Dpyboost_cpu_kernel_extra_func.cc31 auto thread_pool = kernel::GetActorMgrInnerThreadPool(); in SetThreadPool() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/optimizer/
Dcpu_pass_utils.cc79 auto thread_pool = kernel::GetActorMgrInnerThreadPool(); in AddCastOpNodeToGraph() local
/third_party/grpc/src/core/lib/event_engine/windows/
Dwindows_engine.h101 ThreadPool* thread_pool() { return thread_pool_.get(); } in thread_pool() function
Dwindows_endpoint.h107 ThreadPool* thread_pool; member
Diocp.cc35 IOCP::IOCP(ThreadPool* thread_pool) noexcept in IOCP()
Dwindows_endpoint.cc55 const EndpointConfig& /* config */, ThreadPool* thread_pool, in WindowsEndpoint()
379 ThreadPool* thread_pool) in AsyncIOState()
Dwindows_engine.cc100 ThreadPool* thread_pool) { in FinishConnectingAndMakeEndpoint()
155 WindowsEventEngine::IOCPWorkClosure::IOCPWorkClosure(ThreadPool* thread_pool, in IOCPWorkClosure()
Dwin_socket.cc42 WinSocket::WinSocket(SOCKET socket, ThreadPool* thread_pool) noexcept in WinSocket()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/profiler/
Dcpu_profiling.cc74 auto thread_pool = actor_manager->GetActorThreadPool(); in SetRuntimeStart() local
92 auto thread_pool = actor_manager->GetActorThreadPool(); in SetRuntimeEnd() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcpu_kernel.cc186 auto thread_pool = actor_manager->GetActorThreadPool(); in GetActorMgrInnerThreadPool() local
206 auto thread_pool = pool == nullptr ? GetActorMgrInnerThreadPool() : pool; in ParallelLaunch() local
232 auto thread_pool = pool == nullptr ? GetActorMgrInnerThreadPool() : pool; in ParallelLaunch() local
258 auto thread_pool = pool == nullptr ? GetActorMgrInnerThreadPool() : pool; in ParallelLaunchAutoSearch() local
/third_party/grpc/src/core/lib/event_engine/posix_engine/
Dtimer_manager.cc87 std::shared_ptr<grpc_event_engine::experimental::ThreadPool> thread_pool) in TimerManager()
/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py102 def _serve(state, server, server_completion_queue, thread_pool): argument
/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py48 def start_server(self, non_blocking=False, thread_pool=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/mkldnn/
Dmkl_cpu_kernel.h211 auto thread_pool = pool_ == nullptr ? GetActorMgrInnerThreadPool() : pool_; in MKLCpuKernelMod() local
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/
Dparallel_thread_pool_manager.cc84 ParallelThreadPool *thread_pool = static_cast<ParallelThreadPool *>(pool); in GetThreadPoolSize() local

12