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

Method HwQueueSynchronize

python/xsched/__init__.py:303–305  ·  view source on GitHub ↗
(hwq: HwQueueHandle)

Source from the content-addressed store, hash-verified

301
302 @staticmethod
303 def HwQueueSynchronize(hwq: HwQueueHandle) -> XResult:
304 res = XSched.__dll.HwQueueSynchronize(hwq)
305 return XResult(res)
306
307 @staticmethod
308 def HwCommandDestroy(hw_cmd: HwCommandHandle) -> XResult:

Callers

nothing calls this directly

Calls 1

XResultClass · 0.85

Tested by

no test coverage detected