Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
int64_t AsyncXQueue::GetHwCommandCount()
87
{
88
return next_hw_cmd_idx_.load() - 1;
89
}
90
91
void AsyncXQueue::Suspend(int64_t flags)
92
{
Callers
1
XQueueProfileHwCommandCount
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected