(hwq: HwQueueHandle)
| 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: |