Changeset 3566 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Feb 6, 2009, 11:30:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/segdatablock.h
r3385 r3566 141 141 { 142 142 Delete(); 143 mSRef->gThsop.lock(); // (ThreadSafe) - Start of atomic operation143 a.mSRef->gThsop.lock(); // (ThreadSafe) - Start of atomic operation 144 144 mSRef = a.mSRef; 145 145 mSRef->nref++; 146 mSRef->gThsop.unlock(); // (ThreadSafe) - End of atomic operation146 a.mSRef->gThsop.unlock(); // (ThreadSafe) - End of atomic operation 147 147 } 148 148
Note:
See TracChangeset
for help on using the changeset viewer.