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

Method GetXQueue

preempt/src/hal/hw_queue.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59std::shared_ptr<XQueue> HwQueueManager::GetXQueue(HwQueueHandle hwq_h)
60{
61 std::shared_ptr<HwQueue> hwq_shptr = Get(hwq_h);
62 if (!hwq_shptr) return nullptr;
63 return hwq_shptr->GetXQueue();
64}
65
66EXPORT_C_FUNC XResult HwQueueDestroy(HwQueueHandle hwq)
67{

Callers 2

AddMethod · 0.45
DelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected