Home
last modified time | relevance | path

Searched refs:GetThreadPool (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunicator_context.h36 std::shared_ptr<ExecutorPool> GetThreadPool();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunicator_context.cpp36 std::shared_ptr<ExecutorPool> CommunicatorContext::GetThreadPool() in GetThreadPool() function in OHOS::DistributedData::CommunicatorContext
H A Dsoftbus_adapter_standard.cpp187 taskId_ = Context::GetInstance().GetThreadPool()->Reset(taskId_, expireTime - now); in GetExpireTime()
269 taskId_ = Context::GetInstance().GetThreadPool()->Schedule(expireTime - now, GetCloseSessionTask()); in StartCloseSessionTask()
320 taskId_ = Context::GetInstance().GetThreadPool()->Schedule( in GetCloseSessionTask()
H A Dsoftbus_client.cpp123 Context::GetInstance().GetThreadPool()->Execute(task); in OpenConnect()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h210 virtual const IThreadPool::Ptr& GetThreadPool() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp971 std::shared_ptr<IThreadPool> RuntimeContextImpl::GetThreadPool() const
979 std::shared_ptr<IThreadPool> threadPool = GetThreadPool();
990 std::shared_ptr<IThreadPool> threadPool = GetThreadPool();
1024 std::shared_ptr<IThreadPool> threadPool = GetThreadPool();
1047 std::shared_ptr<IThreadPool> threadPool = GetThreadPool();
H A Druntime_context_impl.h167 std::shared_ptr<IThreadPool> GetThreadPool() const override;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp88 if (auto pool = ecs.GetThreadPool(); pool) { in CreateGLTF2Importer()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp92 const IThreadPool::Ptr& GetThreadPool() const override;
559 const IThreadPool::Ptr& Ecs::GetThreadPool() const in GetThreadPool() function in __anon9609::Ecs
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h184 virtual std::shared_ptr<IThreadPool> GetThreadPool() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp145 meshManager_(*GetManager<IMeshComponentManager>(ecs)), threadPool_(ecs.GetThreadPool()) in SkinningSystem()
H A Danimation_system.cpp594 nameManager_(*(GetManager<INameComponentManager>(ecs_))), threadPool_(ecs.GetThreadPool()) in AnimationSystem()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp932 if (RuntimeContext::GetInstance()->GetThreadPool() != nullptr) { in InitSendThread()

Completed in 19 milliseconds