Changeset 20880 in vbox for trunk/include
- Timestamp:
- Jun 24, 2009 8:10:25 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r20804 r20880 109 109 * Intended for scheduling a VM request or some other task. */ 110 110 #define VMCPUID_ANY UINT32_C(0xfffffff4) 111 /** Any virtual CPU except the current one.111 /** Any virtual CPU; always queue for future execution. 112 112 * Intended for scheduling a VM request or some other task. */ 113 #define VMCPUID_ OTHERUINT32_C(0xfffffff5)113 #define VMCPUID_ANY_QUEUE UINT32_C(0xfffffff5) 114 114 /** The NIL value. */ 115 115 #define NIL_VMCPUID UINT32_C(0xfffffffd)
Note:
See TracChangeset
for help on using the changeset viewer.