Home
last modified time | relevance | path

Searched defs:ActorBase (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dactor.cc22 ActorBase::ActorBase() : mailbox(nullptr), id("", ActorMgr::GetActorMgrRef()->GetUrl()), actionFunc… in ActorBase() function in mindspore::ActorBase
24 ActorBase::ActorBase(const std::string &name) in ActorBase() function in mindspore::ActorBase
27 ActorBase::ActorBase(const std::string &name, ActorThreadPool *pool) in ActorBase() function in mindspore::ActorBase
32 void ActorBase::Spawn(const std::shared_ptr<ActorBase>, std::unique_ptr<MailBox> mailboxPtr) { in Spawn()
Dactormgr.h35 class ActorBase; variable
/third_party/mindspore/mindspore/core/mindrt/include/actor/
Dnaught.h26 class ActorBase; variable
Dmsg.h26 class ActorBase; variable
75 friend class ActorBase; variable