Changeset 42377 in vbox for trunk/include/iprt
- Timestamp:
- Jul 25, 2012 8:22:40 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r40938 r42377 84 84 * @remarks The difference between ordered and unordered atomic operations are that 85 85 * the former will complete outstanding reads and writes before continuing 86 * while the latter doesn't make any promis ses about the order. Ordered86 * while the latter doesn't make any promises about the order. Ordered 87 87 * operations doesn't, it seems, make any 100% promise wrt to whether 88 88 * the operation will complete before any subsequent memory access.
Note:
See TracChangeset
for help on using the changeset viewer.