VirtualBox

Changeset 21035 in vbox for trunk/src/VBox/VMM/PDMInternal.h


Ignore:
Timestamp:
Jun 29, 2009 3:45:43 PM (15 years ago)
Author:
vboxsync
Message:

Fixed concurrent pdm queue flushing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMInternal.h

    r20374 r21035  
    888888     * Only touched by EMT. */
    889889    RCPTRTYPE(struct PDMQUEUE *)    pQueueFlushRC;
    890 #if HC_ARCH_BITS == 64
    891     RTRCPTR                         uPadding2;
    892 #endif
     890    /** Set if we're currently checking queues to prevent other VCPUs from doing the same concurrently. */
     891    volatile uint32_t               fQueueFlushing;
    893892
    894893    /** Head of the PDM Thread list. (singly linked) */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette