/third_party/mindspore/mindspore/core/mindrt/src/ |
D | mindrt.cc | 82 AID Spawn(const ActorReference actor, bool sharedThread) { in Spawn() function 91 return ActorMgr::GetActorMgrRef()->Spawn(actor, sharedThread); in Spawn()
|
/third_party/mindspore/mindspore/core/mindrt/src/actor/ |
D | actormgr.cc | 227 AID ActorMgr::Spawn(const ActorReference &actor, bool shareThread) { in Spawn() function in mindspore::ActorMgr 244 actor->Spawn(actor, std::move(mailbox)); in Spawn() 248 actor->Spawn(actor, std::move(mailbox)); in Spawn()
|
D | actormgr.h | 66 AID Spawn(const ActorReference &actor, bool shareThread = true);
|
D | actor.cc | 32 void ActorBase::Spawn(const std::shared_ptr<ActorBase>, std::unique_ptr<MailBox> mailboxPtr) { in Spawn() function in mindspore::ActorBase
|
/third_party/mindspore/mindspore/core/mindrt/include/ |
D | mindrt.hpp | 36 AID Spawn(const ActorReference actor, bool sharedThread = true);
|
/third_party/boost/libs/asio/doc/overview/ |
D | spawn.qbk | 98 [link boost_asio.examples.cpp03_examples.spawn Spawn example (C++03)], 99 [link boost_asio.examples.cpp11_examples.spawn Spawn example (C++11)],
|
/third_party/mindspore/mindspore/lite/test/ut/src/ |
D | lite_mindrt_test.cc | 120 AID t1 = Spawn(ActorReference(new TestActor(to_string(i), pool, i))); in TEST_F()
|
/third_party/node/deps/npm/node_modules/cross-spawn/ |
D | README.md | 50 // Spawn NPM asynchronously 53 // Spawn NPM synchronously
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-explore.md | 19 Spawn a subshell in the directory of the installed package specified.
|
/third_party/node/src/ |
D | process_wrap.cc | 60 env->SetProtoMethod(constructor, "spawn", Spawn); in Initialize() 142 static void Spawn(const FunctionCallbackInfo<Value>& args) { in Spawn() function in node::__anon53568ada0111::ProcessWrap
|
D | spawn_sync.h | 147 static void Spawn(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | spawn_sync.cc | 367 env->SetMethod(target, "spawn", Spawn); in Initialize() 371 void SyncProcessRunner::Spawn(const FunctionCallbackInfo<Value>& args) { in Spawn() function in node::SyncProcessRunner
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | isolates.dart | 23 /// Spawn an isolate, run `callback` on that isolate, passing it `message`, and
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | actor.h | 201 void Spawn(const std::shared_ptr<ActorBase>, std::unique_ptr<MailBox> mailbox);
|
/third_party/python/Doc/library/ |
D | asyncio-llapi-index.rst | 235 - Spawn a subprocess. 238 - Spawn a subprocess from a shell command.
|
D | pty.rst | 44 Spawn a process, and connect its controlling terminal with the current
|
D | asyncio-sync.rst | 133 # Spawn a Task to wait until 'event' is set.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DebugOverlayInVulkanBackend.md | 117 * Spawn a small server in ANGLE and write an application that sends
|
/third_party/flutter/flutter/examples/layers/services/ |
D | isolate.dart | 142 // Spawn an isolate to JSON-parse the file contents. The JSON parsing
|
/third_party/boost/libs/asio/doc/ |
D | examples.qbk | 304 [heading Spawn] 476 [heading Spawn]
|
/third_party/libuv/docs/src/ |
D | process.rst | 65 * Spawn the child process in a detached state - this will make it a process
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/ |
D | README.md | 173 // Spawn the new thread.
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | graph_scheduler.cc | 248 (void)actor_manager->Spawn(base_actor, false); in BuildAndScheduleGlobalActor() 255 (void)actor_manager->Spawn(base_recorder_actor, true); in BuildAndScheduleGlobalActor() 272 (void)actor_manager->Spawn(base_debug_actor, true); in BuildAndScheduleGlobalActor() 317 (void)actor_manager->Spawn(actor); in Schedule()
|
/third_party/mindspore/mindspore/lite/src/ |
D | lite_mindrt.cc | 830 auto aid = mindspore::Spawn(actor); in CreateOpActor()
|
/third_party/boost/libs/process/doc/ |
D | tutorial.qbk | 370 To put two processes into one group, the following code suffices. Spawn already
|