Changeset 48491 in vbox for trunk/include/VBox
- Timestamp:
- Sep 16, 2013 3:31:03 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 88986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo3D.h
r47485 r48491 96 96 } while (0) 97 97 98 #define VBoxTlsRefCountGet(_p) (ASMAtomicReadS32(&(_p)->cTlsRefs)) 99 98 100 #define VBoxTlsRefRelease(_p) do { \ 99 101 int cRefs = ASMAtomicDecS32(&(_p)->cTlsRefs); \
Note:
See TracChangeset
for help on using the changeset viewer.