MCPcopy 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
58void AsyncXQueue::WaitAll()
59{
60 auto sync_command = cmd_buf_->EnqueueXQueueWaitAllCommand();
61 sync_command->Wait();
62}
63
64void AsyncXQueue::Wait(std::shared_ptr<HwCommand> hw_cmd)
65{

Callers 15

SuspendMethod · 0.95
SetPreemptLevelMethod · 0.95
SetLaunchConfigMethod · 0.95
DelMethod · 0.80
XQueueWaitAllFunction · 0.80
XFinishFunction · 0.80
XStreamSynchronizeFunction · 0.80
XStreamSynchronizeFunction · 0.80
XCommandQueueSynchronizeFunction · 0.80
XStreamSyncFunction · 0.80
XrtSynchronizeStreamFunction · 0.80

Calls 2

WaitMethod · 0.45

Tested by

no test coverage detected