Changeset 27763 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 27, 2010 11:55:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/once.cpp
r21337 r27763 120 120 */ 121 121 RTSEMEVENTMULTI hEventMulti; 122 ASMAtomicUoRead Size(&pOnce->hEventMulti, &hEventMulti);122 ASMAtomicUoReadHandle(&pOnce->hEventMulti, &hEventMulti); 123 123 if (hEventMulti != NIL_RTSEMEVENTMULTI) 124 124 {
Note:
See TracChangeset
for help on using the changeset viewer.