Changeset 78597 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadingWin.cpp
- Timestamp:
- Feb 15, 2011, 11:52:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadingWin.cpp
r77242 r78597 333 333 ASSERT(res); 334 334 335 --mutex.m_recursionCount; 335 336 LeaveCriticalSection(&mutex.m_internalMutex); 336 337 … … 366 367 367 368 EnterCriticalSection (&mutex.m_internalMutex); 369 ++mutex.m_recursionCount; 368 370 369 371 return !timedOut;
Note:
See TracChangeset
for help on using the changeset viewer.