summaryrefslogtreecommitdiff
path: root/offload/unittests/OffloadAPI/queue/olGetQueueInfoSize.cpp
AgeCommit message (Collapse)Author
2025-08-08[Offload] OL_QUEUE_INFO_EMPTY (#152473)Ross Brunton
Add a queue query that (if possible) reports whether the queue is empty
2025-07-09[Offload] Implement olGetQueueInfo, olGetEventInfo (#142947)Callum Fare
Add info queries for queues and events. `olGetQueueInfo` only supports getting the associated device. We were already tracking this so we can implement this for free. We will likely add other queries to it in the future (whether the queue is empty, what flags it was created with, etc) `olGetEventInfo` only supports getting the associated queue. This is another thing we were already storing in the handle. We'll be able to add other queries in future (the event type, status, etc)