MCPcopy Create free account
hub / github.com/XpuOS/xsched / Launch

Method Launch

platforms/corex/hal/src/level1/corex_queue.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void CorexQueueLv1::Launch(std::shared_ptr<HwCommand> hw_cmd)
44{
45 auto corex_cmd = std::dynamic_pointer_cast<CorexCommand>(hw_cmd);
46 XASSERT(corex_cmd != nullptr, "hw_cmd is not a CorexCommand");
47 COREXRT_ASSERT(corex_cmd->LaunchWrapper(kStream));
48}
49
50void CorexQueueLv1::Synchronize()
51{

Callers

nothing calls this directly

Calls 1

LaunchWrapperMethod · 0.45

Tested by

no test coverage detected