Home
last modified time | relevance | path

Searched refs:Spawn (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mindspore/mindspore/core/mindrt/src/
Dmindrt.cc82 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/
Dactormgr.cc227 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()
Dactormgr.h66 AID Spawn(const ActorReference &actor, bool shareThread = true);
Dactor.cc32 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/
Dmindrt.hpp36 AID Spawn(const ActorReference actor, bool sharedThread = true);
/third_party/boost/libs/asio/doc/overview/
Dspawn.qbk98 [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/
Dlite_mindrt_test.cc120 AID t1 = Spawn(ActorReference(new TestActor(to_string(i), pool, i))); in TEST_F()
/third_party/node/deps/npm/node_modules/cross-spawn/
DREADME.md50 // Spawn NPM asynchronously
53 // Spawn NPM synchronously
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-explore.md19 Spawn a subshell in the directory of the installed package specified.
/third_party/node/src/
Dprocess_wrap.cc60 env->SetProtoMethod(constructor, "spawn", Spawn); in Initialize()
142 static void Spawn(const FunctionCallbackInfo<Value>& args) { in Spawn() function in node::__anon53568ada0111::ProcessWrap
Dspawn_sync.h147 static void Spawn(const v8::FunctionCallbackInfo<v8::Value>& args);
Dspawn_sync.cc367 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/
Disolates.dart23 /// Spawn an isolate, run `callback` on that isolate, passing it `message`, and
/third_party/mindspore/mindspore/core/mindrt/include/actor/
Dactor.h201 void Spawn(const std::shared_ptr<ActorBase>, std::unique_ptr<MailBox> mailbox);
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst235 - Spawn a subprocess.
238 - Spawn a subprocess from a shell command.
Dpty.rst44 Spawn a process, and connect its controlling terminal with the current
Dasyncio-sync.rst133 # Spawn a Task to wait until 'event' is set.
/third_party/skia/third_party/externals/angle2/doc/
DDebugOverlayInVulkanBackend.md117 * Spawn a small server in ANGLE and write an application that sends
/third_party/flutter/flutter/examples/layers/services/
Disolate.dart142 // Spawn an isolate to JSON-parse the file contents. The JSON parsing
/third_party/boost/libs/asio/doc/
Dexamples.qbk304 [heading Spawn]
476 [heading Spawn]
/third_party/libuv/docs/src/
Dprocess.rst65 * Spawn the child process in a detached state - this will make it a process
/third_party/skia/third_party/externals/swiftshader/third_party/marl/
DREADME.md173 // Spawn the new thread.
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc248 (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/
Dlite_mindrt.cc830 auto aid = mindspore::Spawn(actor); in CreateOpActor()
/third_party/boost/libs/process/doc/
Dtutorial.qbk370 To put two processes into one group, the following code suffices. Spawn already

12