Changeset 37211 in vbox for trunk/src/VBox/Runtime/r3/linux
- Timestamp:
- May 25, 2011 11:37:52 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
r33540 r37211 175 175 * Invalidate the semaphore and wake up anyone waiting on it. 176 176 */ 177 ASMAtomicWrite Size(&pThis->u32Magic, RTSEMEVENTMULTI_MAGIC + 1);177 ASMAtomicWriteU32(&pThis->u32Magic, RTSEMEVENTMULTI_MAGIC + 1); 178 178 if (ASMAtomicXchgS32(&pThis->iState, -1) == 1) 179 179 {
Note:
See TracChangeset
for help on using the changeset viewer.