Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ WaitAll
Method
WaitAll
preempt/src/xqueue/async_xqueue.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void AsyncXQueue::WaitAll()
59
{
60
auto sync_command = cmd_buf_->EnqueueXQueueWaitAllCommand();
61
sync_command->Wait();
62
}
63
64
void AsyncXQueue::Wait(std::shared_ptr<HwCommand> hw_cmd)
65
{
Callers
15
Suspend
Method · 0.95
SetPreemptLevel
Method · 0.95
SetLaunchConfig
Method · 0.95
Del
Method · 0.80
XQueueWaitAll
Function · 0.80
XFinish
Function · 0.80
XStreamSynchronize
Function · 0.80
XStreamSynchronize
Function · 0.80
XCommandQueueSynchronize
Function · 0.80
XCommandListHostSynchronize
Function · 0.80
XStreamSync
Function · 0.80
XrtSynchronizeStream
Function · 0.80
Calls
2
EnqueueXQueueWaitAllCommand
Method · 0.80
Wait
Method · 0.45
Tested by
no test coverage detected