- Timestamp:
- May 31, 2010 12:56:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmqueue.h
r28800 r29903 131 131 VMMR3DECL(int) PDMR3QueueDestroyDriver(PVM pVM, PPDMDRVINS pDrvIns); 132 132 VMMR3DECL(void) PDMR3QueueFlushAll(PVM pVM); 133 VMMR3DECL(void) PDMR3QueueFlushWorker(PVM pVM, PPDMQUEUE pQueue);134 133 135 VMMDECL(void) PDMQueueFlush(PPDMQUEUE pQueue);136 134 VMMDECL(PPDMQUEUEITEMCORE) PDMQueueAlloc(PPDMQUEUE pQueue); 137 135 VMMDECL(void) PDMQueueInsert(PPDMQUEUE pQueue, PPDMQUEUEITEMCORE pItem);
Note:
See TracChangeset
for help on using the changeset viewer.