Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ SubmitWaitAll
Method
SubmitWaitAll
preempt/src/xqueue/async_xqueue.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
std::shared_ptr<XQueueWaitAllCommand> AsyncXQueue::SubmitWaitAll()
54
{
55
return cmd_buf_->EnqueueXQueueWaitAllCommand();
56
}
57
58
void AsyncXQueue::WaitAll()
59
{
Callers
4
ForEachWaitAll
Method · 0.80
HipSyncBlockingXQueues
Function · 0.80
WaitBlockingXQueues
Function · 0.80
WaitBlockingXQueues
Function · 0.80
Calls
1
EnqueueXQueueWaitAllCommand
Method · 0.80
Tested by
no test coverage detected