Changeset 58301 in vbox for trunk/src/VBox
- Timestamp:
- Oct 18, 2015 7:52:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103497
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp
r58300 r58301 659 659 * data and making sure any other thread in the listen API will wake up. 660 660 */ 661 AssertReturn(ASMAtomicCmpXchgU32(&pThis->u32Magic, ~RTLOCALIPCSESSION_MAGIC, RTLOCALIPCSESSION_MAGIC), VERR_WRONG_ORDER);662 661 Log(("RTLocalIpcSessionClose:\n")); 663 662
Note:
See TracChangeset
for help on using the changeset viewer.