Changeset 59132 in vbox for trunk/include/VBox
- Timestamp:
- Dec 15, 2015 12:42:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmm.h
r59126 r59132 326 326 #define VMMEMTRENDEZVOUS_FLAGS_TYPE_ALL_AT_ONCE UINT32_C(2) 327 327 /** Only execute the callback on one EMT (no particular one). 328 * Cannot recurse from the callback. */328 * Recursion from within the callback possible. */ 329 329 #define VMMEMTRENDEZVOUS_FLAGS_TYPE_ONCE UINT32_C(3) 330 330 /** Let the EMTs execute the callback one by one in ascending order.
Note:
See TracChangeset
for help on using the changeset viewer.