Changeset 25658 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 5, 2010 4:10:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp
r25656 r25658 305 305 RTNATIVETHREAD hNativeOwner; 306 306 ASMAtomicReadHandle(&pThis->hNativeOwner, &hNativeOwner); 307 return hNativeOwner == NIL_RTNATIVETHREAD;308 } 309 307 return hNativeOwner != NIL_RTNATIVETHREAD; 308 } 309
Note:
See TracChangeset
for help on using the changeset viewer.