MCPcopy Create free account
hub / github.com/XpuOS/xsched / Synchronize

Method Synchronize

platforms/vpi/hal/src/vpi_queue.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void VpiQueue::Synchronize()
28{
29 VPI_ASSERT(Driver::StreamSync(kStream));
30}
31
32EXPORT_C_FUNC XResult VpiQueueCreate(HwQueueHandle *hwq, VPIStream stream)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected