MCPcopy 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
53std::shared_ptr<XQueueWaitAllCommand> AsyncXQueue::SubmitWaitAll()
54{
55 return cmd_buf_->EnqueueXQueueWaitAllCommand();
56}
57
58void AsyncXQueue::WaitAll()
59{

Callers 4

ForEachWaitAllMethod · 0.80
HipSyncBlockingXQueuesFunction · 0.80
WaitBlockingXQueuesFunction · 0.80
WaitBlockingXQueuesFunction · 0.80

Calls 1

Tested by

no test coverage detected