VirtualBox

Changeset 59132 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 15, 2015 12:42:54 PM (9 years ago)
Author:
vboxsync
Message:

VMM: Recursive EMT rendezvous fixes, adding support for recursion from within VMMEMTRENDEZVOUS_FLAGS_TYPE_ONCE callbacks too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vmm.h

    r59126 r59132  
    326326#define VMMEMTRENDEZVOUS_FLAGS_TYPE_ALL_AT_ONCE     UINT32_C(2)
    327327/** Only execute the callback on one EMT (no particular one).
    328  * Cannot recurse from the callback.  */
     328 * Recursion from within the callback possible.  */
    329329#define VMMEMTRENDEZVOUS_FLAGS_TYPE_ONCE            UINT32_C(3)
    330330/** Let the EMTs execute the callback one by one in ascending order.
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