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

Method GetHwCommandCount

preempt/src/xqueue/async_xqueue.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int64_t AsyncXQueue::GetHwCommandCount()
87{
88 return next_hw_cmd_idx_.load() - 1;
89}
90
91void AsyncXQueue::Suspend(int64_t flags)
92{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected